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

前端 未结 3 440
深忆病人
深忆病人 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条回答
  •  春和景丽
    2021-01-30 13:21

    I believe you need a Production certificate with a Distribution profile for "App Store". I just submit my app which is now in review for external beta testers. The first time I submit the app I was using an Ad Hoc profile as we always did while using the original Testflight. That profile caused the app to be rejected before it even got to the review processes. Once I changed to using an App Store profile it passed into the review process. So, Production cert, Distribution App Store provisioning profile worked for me.

    The Apple developer site has some information on beta testing options for ios. It discusses both Ad Hoc and iTunes connect distribution.

    You can also check out this tutorial, which goes through the processes using xcode to submit your build for testing.

    Hope that helps.

提交回复
热议问题