Managing secure files
Before we build our Flutter mobile application and deploy it to the Google and Apple stores, we need to upload all the required files that tell the Google and Apple stores who you are, to check your developer profiles before they accept mobile applications. To do this, navigate to the Pipelines | Library | Secure files section and upload the following secure files to build and deploy the Flutter application:
- You can generate an Apple certificate file based on the instructions provided at https://developer.apple.com/help/account/create-certificates/create-developer-id-certificates (
distribution.cer
) - Create a provision profile based on the instructions at https://developer.apple.com/help/account/manage-provisioning-profiles/create-an-app-store-provisioning-profile (
Hello_Flutter_AppStore.mobileprovision
) - You can download the API key file (
AuthKey_XXXXXXX.p8
) from Apple Store Connect at https://appstoreconnect.apple.com/access/api, as shown in the...