IOS Upload to Apple Store - Unable to Upload Package
Posted: Fri Mar 30, 2018 4:50 am
I am having an awful time getting an app to upload to Apple. I have watched and followed the video from Livecode, but unfortunately, Apple seems to have changed its system for the final Application Loader. It no longer has the status "ready for upload" - which used to be required before any uploads were possible.
I have verified WITH APPLE that all my provision profiles are correct, IDs match, and the signing is just fine. But Application Loader continues to give me:
error in Application Loader
Application Loader unable to Upload Package. Verify your bundle identifier 'xxxx' is correct
I even tried uploading a virtually blank app (hello world) - and it gives me the same error.
1) Does livecode work with xcode 9.1 or 9.2? If not...what xcode does it work with?
2) Here is the procedure I am following:
a) in developer.apple dot com I created a signing certificate - first creating a request, then putting the request into the keychain utility.
b) in developer.apple dot com I created an ID with a bundle identifier: com.mywebname.bob . I put that name in my livecode app. I made sure that everything was lower case.
c) in developer.apple dot com I created a provisional certificate - connecting my app with bundle identifier com.mywebname.bob with my signing certificate
d) I created a project in xcode 9.1 and used the same bundle identifier com.mywebname.bob
e) I downloaded the provisional certificate and then clicked on it to open in xcode 9.1
f) in itunesconnect.apple dot com I created an app and used the same bundle identifier: com.mywebname.bob I completed all the fields except the upload portion. It still has 1.0 prepare for submission as its status.
g) I created a successful standalone with the bundle identifier: com.mywebname.bob
h) I used AirLaunch to create the .ipa file
i)in xcode 9.1 I went to xcode, opened developer tools, application loader and clicked on my .ipa file.
It gave me the error:
Application Loader unable to Upload Package. Verify your bundle identifier 'xxxx' is correct
What am I missing/doing wrong?
Thank you
I have verified WITH APPLE that all my provision profiles are correct, IDs match, and the signing is just fine. But Application Loader continues to give me:
error in Application Loader
Application Loader unable to Upload Package. Verify your bundle identifier 'xxxx' is correct
I even tried uploading a virtually blank app (hello world) - and it gives me the same error.
1) Does livecode work with xcode 9.1 or 9.2? If not...what xcode does it work with?
2) Here is the procedure I am following:
a) in developer.apple dot com I created a signing certificate - first creating a request, then putting the request into the keychain utility.
b) in developer.apple dot com I created an ID with a bundle identifier: com.mywebname.bob . I put that name in my livecode app. I made sure that everything was lower case.
c) in developer.apple dot com I created a provisional certificate - connecting my app with bundle identifier com.mywebname.bob with my signing certificate
d) I created a project in xcode 9.1 and used the same bundle identifier com.mywebname.bob
e) I downloaded the provisional certificate and then clicked on it to open in xcode 9.1
f) in itunesconnect.apple dot com I created an app and used the same bundle identifier: com.mywebname.bob I completed all the fields except the upload portion. It still has 1.0 prepare for submission as its status.
g) I created a successful standalone with the bundle identifier: com.mywebname.bob
h) I used AirLaunch to create the .ipa file
i)in xcode 9.1 I went to xcode, opened developer tools, application loader and clicked on my .ipa file.
It gave me the error:
Application Loader unable to Upload Package. Verify your bundle identifier 'xxxx' is correct
What am I missing/doing wrong?
Thank you