blinkid-ios icon indicating copy to clipboard operation
blinkid-ios copied to clipboard

Blinkid cordova - submit problems to app store -

Open robertinmc opened this issue 4 years ago • 4 comments

Hello we have a problem width the upload to Apple from our app that use BlinkId. When we make the archive we don't have any problem, in fact we can use the app to test. But when we upload the app to store to test on testfly we have this problem:

adjunto_1

we found a similar issue
https://github.com/BlinkID/blinkid-cordova/issues/30

and we exec the commands without problems. But when upload again when have other error:

adjunto_2

please there are any solution for this issue.

robertinmc avatar Sep 23 '20 10:09 robertinmc

Hi @robertinmc,

it is possible that Microblink.framework file got copied inside the bundle resources. Can you check that Microblink.framework is NOT found under Project Settings -> Build Phases -> Copy Bundle Resources. If it is, try removing it and retrying the upload.

Best regards, Dominik

dCubelic avatar Sep 25 '20 14:09 dCubelic

Hello, if we remove microblink.frame in the project build, we can load but the application crash openning. There's some problems with cordova authomatic generation.

image

robertinmc avatar Sep 28 '20 12:09 robertinmc

Hi @robertinmc

What exception is displayed when the application crashes?

Regards, Milan

mparadina avatar Oct 08 '20 13:10 mparadina

Hi @robertinmc

Just to make a follow-up here.

To double-check, you can also test if the Microblink file has been renamed into MicroBlink​. You can check this in PackageContents/Frameworks/Microblink.framework/Microblink file-path.

So, the file in the Microblink.framework folder must be named Microblink, not MicroBlink. There could be a chance that some variables were hardcoded into the name MicroBlink.

If that is the case, I would suggest making a case-sensitive search and renaming every file and variable with the name MicroBlink to Microblink.

Let me know if this helps.

Regards, Milan

mparadina avatar Nov 02 '20 14:11 mparadina

Hi @robertinmc

Closing the issue as it is inactive. Feel free to reopen it, or create a new issue in case anything comes up!

mparadina avatar Jan 04 '23 08:01 mparadina