What kind of Certifcate and Provisioning Profile is needed for an iOS Apple TestFlight release?

前端 未结 3 420
深忆病人
深忆病人 2021-01-30 12:33

I\'m planning to release a beta version of my iPhone app on iOS 8 devices through the new Apple TestFlight app. What kind of Certifcate and Provisioning Profile is needed for th

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-30 13:37

    You should use the following types of certificate and provisioning profile:

    Certificate:
    - Production (iOS Distribution)
    
    Provisioning Profile:
    - Distribution (App Store)
    

    You should use an App Store Distribution Provisioning Profile to upload to Apple TestFlight:

    Create a Provisioning Profile

    When you go through the process of creating the Provisioning Profile, it will filter your Certificates to only allow iOS Distribution certificates.

    Create a Certificate

提交回复
热议问题