Skip to content

Latest commit

 

History

History
executable file
·
64 lines (38 loc) · 2.81 KB

File metadata and controls

executable file
·
64 lines (38 loc) · 2.81 KB

Creating Apple Certificates, Identifiers & Profiles

Release an iOS app with Flutter in 7 steps

Create Apple Developer account and enroll @ https://developer.apple.com/programs/enroll/

https://developer.apple.com/support/certificates/

Create Developer ID certificates

Register

Creating Identifier

Register

Register a New Provisioning Profile

Create an App Store provisioning profile

  • Type Distribution: App Store Create a distribution provisioning profile to submit your app to the App Store.
  • Select App ID
  • Select Certificate
  • Download and save profile, do not share.
  • Copy the profile in ~/Library/MobileDevice/Provisioning Profiles/

Register

XCode Setup

  • Disable automatically manage singing
  • select provisioning profile
  • Add Capabilities in XCode

Register

Create App in AppStoreConnect

AppStoreConnect

More Links

https://developer.apple.com/help/account/

https://developer.apple.com/support/

https://developer.apple.com/help/app-store-connect/

Certificate Signing Requests Explained

How to code sign & publish iOS apps