Setup a native app
App Stores and Subscriptions
Preconditions for Test & Submit of an iOS App
4min
purple apps summary various assets are required for submitting or updating an ios app in this article, we briefly describe the files and accounts necessary to submit your purple app to the app store from apple preconditions necessary accounts apple developer program membership to start developing ios apps, you need to enrol in the apple developer program this program provides the tools, resources, and documentation to create and distribute apps on apple's platforms it also grants you access to ios and other apple software beta versions apple developer account once you have enrolled in the apple developer program (see paragraph above), you will have an apple developer account this account is used to manage your development team, certificates, provisioning profiles, and app submissions app store connect account/developer role app store connect is apple's platform for managing app submissions and updates within app store connect, you need to have the appropriate developer role assigned to your apple developer account the available roles include admin, app manager, and developer these roles determine the level of access and permissions you have for managing app submissions, testing, and updates necessary files ios distribution certificate (p12) https //docs purplepublish com/setup/create an ios distribution certificate p12 to distribute your purple app on the app store, you need an ios distribution certificate (p12) this certificate is used to digitally sign your app, verifying that it comes from a trusted source and ensuring its integrity, in other ways your passport or id card the ios distribution certificate is associated with your apple developer account provisioning profiles provisioning profiles provisioning profiles are necessary for running and distributing your app on physical devices they specify the devices or device groups that are allowed to install and run your app during development, testing, and distribution there are two types of provisioning profiles important for your app https //docs purplepublish com/setup/create a mobile provisioning profile for your test app an ad hoc provisioning profile allows you to distribute your app to a specific group of testers for testing purposes outside of the app store it allows the app to be installed on designated devices without needing to go through the app store review process https //docs purplepublish com/setup/create a mobile provisioning profile for your release app the app store provisioning profile is used when you are ready to submit your app to the app store for public distribution it enables the app to be signed and submitted for review this profile is associated with your ios distribution certificate (p12) https //docs purplepublish com/setup/create an ios distribution certificate p12 https //docs purplepublish com/setup/create a push key p8 if your app requires push notifications, you will need to set up a push notification keyfile (p8) which never expires these files allow your app to communicate with apple's push notification service (apns) it is used to securely send and receive push notifications to and from the devices running your app to obtain these certificates, you will typically generate https //docs purplepublish com/setup/create a csr from your mac's keychain access application, upload them to your apple developer account, and then download the resulting certificates it's important to note that the certificate management process and requirements may change over time as apple updates its developer tools and program guidelines always refer to apple's official documentation and resources for the most up to date information on ios app development and certificate management