Monday, September 17, 2018

ERROR ITMS-90680: "The binary you uploaded was invalid.”

Leave a Comment

trying to validate iOS app but got ERROR ITMS-90680: "The binary you uploaded was invalid.”

had tried adding run script at build phase but no luck, any ideas?

enter image description here

3 Answers

Answers 1

Check , you've already uploaded another app version to the store, now you'll need to create a new version and upload that.

Answers 2

It has been issued several times in Stackoverflow. Following answer may also solve your problem.

This looks promising:

https://stackoverflow.com/a/32987261/2807814

Answers 3

have you build your application for release. To do that the command is

tns build ios --release --for-device 

More info about the build command (and any other command) can be seen via

tns build ios --help 

If this does not resolve your case, please verify that you have gone through the steps described in publishing for iOS and also send us the content of your package.json file.

If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment