Hi.
I've downloaded ScanditBarCode, refrenced it and scanning works fine, on both IOS and Android.
Generating the apps in out systems DEV and Production is no problem, apps are generated without issues in service studio/service center.
When I want do deploy and update my app in appstore, that fails. (I have not tried Google Play Store yet.)
When I try to upload the build thru transporter, transporter fails with an error: "Could not create a temporary .itmsp package for the app "xxx.ipa", failed to get the app's bundle id.
If I remove the references and code to ScanditBarCode I'm able to upload the .ipa file again with transporter.
Any suggestions to why this is happening?, I tried to clear out the extensibility configuration, that allows me to upload the .ipa file, so I guess the error is there, or am I missing something.
I'm using MBAS 10.0
The extensibility configuration looks like this.
{
"plugin" :{ "url": "https://github.com/martinsda/scandit-cordova-datacapture-barcode.git"
},
"preferences":
{ "ios": [
{ "name": "SwiftVersion", "value": "5.9.2" }
]
}
I could not figure this one out, so I built a new Scandit plugin, based on 6.24 version. Apple accepted that build file without issues.