App Store Connect

In Android, we do not need to configure anything in the Play Store Console before we have the apk ready for publishing. After we have it, we can create a registry on the Play Console; fill the description, details, and marketing settings; then, we upload our apk file and publish.

Remember, you need to be enrolled in a developer program to be able to publish on the App Store. (This also applies to register an app on App Store Connect). Also, check the official guide for more information: https://help.apple.com/app-store-connect/#/dev2cd126805.

In iOS, the process is different. The upload and publishing are managed inside Xcode, so to upload the app, we first create a record on the App Store Connect, fill descriptions, and then, on Xcode, we build and upload our iOS app. To register the app, perform these steps:

  1. Every iOS application is associated with a Bundle ID, a unique identifier registered to Apple. First, we create a record in App IDs (https://idmsa.apple.com/IDMSWebAuth/signin?appIdKey=
    891bd3417a7776362562d2197f89480a8547b108fd934911bcbea0110d07f757&path=%2Faccount%2Fresources%2F&rv=1
    ), filling the Bundle ID, which is the iOS equivalent to Android's applicationId.
  2. Then, we create an app in the App Store Connect portal selecting the Bundle ID we registered in the previous step. (For our Favors app, it's almost the same value as Android's applicationId).

After realizing these steps in App Store Connect, we finish the process in Xcode.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.189.180.76