Skip to content

Instantly share code, notes, and snippets.

Created December 22, 2017 09:53
Show Gist options
  • Save anonymous/63ce9db5883d961f9dbd31b055d8010c to your computer and use it in GitHub Desktop.
Save anonymous/63ce9db5883d961f9dbd31b055d8010c to your computer and use it in GitHub Desktop.
itune

Steps required to upload an app to iTunes Connect:

Step 1

a) Compile your app in release mode

b) https://developer.apple.com with store certificates as described here: http://www.b4x.com/android/forum/threads/publishing-your-app-to-the-app-store.57528/#content

Step 2

Download the compiled app to the PC with Tools - Build Server - Download last build.

Step 3

https://itunesconnect.apple.com Create a new app record in iTunes Connect and save it.

Step 4

@TODO Fill your iTunes Connect user name and password. Choose the previously downloaded archive.zip file.

Step 5

@TODO Click on the upload button. Note that this step can take several minutes (even more than 10 minutes). You can continue to work during the upload.

a) used wrong Apple ID

b) used correct Apple ID

FINAL: KICK ASS:

a) remove all the files in B4iBuildServer b) renew ios_distribution.cer notification.mobileprovision

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment