Posts

Showing posts from February, 2022

How to upload your iOS app to TestFlight for distribution/beta

Image
  This is a quick guide to upload your app for distribution through Testflight.
 It assumes you have the appropriate access to both developer.apple.com and appstoreconnect.apple.com
. You will need: Web browser Xcode
 Patience! Create your App Bundle Id or have it created for you. If you are new to mobile apps, there is an unofficial standard of using reverse domains to name your app's package, e.g. com.yourcompany.yourappname. Step 1 - Set up your project in the App Store Sign in to  https://developer.apple.com  and make sure that in the top right of the screen you are in the correct company account. Click on  Certificates, Identifiers & Profiles  in the sidebar.
 Click on  App IDs  under Identifiers and then the + button on the top right to add a new app ID. Fill out the  App ID Description  and then add your bundle ID under the  Explicit App ID  option. Then click continue. Step 2 - Add your details to the App Store project 
...