Links

Create Your Apple Bundle ID

  1. 2.
    Click on 'Account' on the top right (and log into your account)
  2. 3.
    Click on Certificates, Identifiers & Profiles Certificates
  3. 4.
    Click on identifiers in the left menu
  4. 5.
    Click the blue add button next to the Identifiers header to create a new id
  5. 6.
    Register an App ID
  6. 7.
    Click continue
  7. 8.
    Add your description (this is just for internal purposes)
  8. 9.
    Add your bundle id (make sure explicit is checked) and make the name is in the correct format which is: com.appname.ios (where appname is the name of your app like: com.instagram.ios)
  9. 10.
    Inside of the Capabilities section, scroll down and select ‘Push Notifications’ ***This is required for your build to succeed even if your app does not use push notifications.***
  10. 11.
    Then register it
  11. 12.
    Then go back to appstoreconnect.apple.com
  12. 13.
    Then go back my apps and click the plus button
  13. 14.
    Click new ios app
  14. 15.
    Give it the name you want to show up in the app store listing
  15. 16.
    Choose the bundle id that you made for this app from the step above
  16. 17.
    Make the SKU the same as the bundle id
We are aware that Apple suggests your bundle ID to be com.domainname.appname within their developer docs, but your Adalo iOS app bundle ID needs to be in the format com.appname.ios (please make sure it's the same in both Apple Developer account & Adalo account) for your Testflight process to succeed.
A screenshot from the Apple website suggestion