Certificates, App ID and Provisioning Profile

前端 未结 2 963
萌比男神i
萌比男神i 2021-02-06 15:03

For submitting an iPhone app to the App Store, we need to create Certificates, App ID and Provisioning Profile.

I often get confused whith these things (even after read

2条回答
  •  误落风尘
    2021-02-06 15:27

    You need one certificate for Development and one certificate for Distribution (new ones for every year of enrollment). These 2 certificates can be used for any number of iOS apps.

    A bundle ID is what identifies an app (not its name), so you should use the same ID for all versions and builds, including development, ad hoc, distribution, and updates of that same app.

提交回复
热议问题