Difference between development and distribution ce

2019-06-15 13:23发布

Possible Duplicate:
iPhone development - what is the difference between a development and distribution provisioning?

What is the difference between development and distribution tab under certificate in iOS Provision Portal? Which one should be used and when? Is there any apple's strict criteria to choose them?

1条回答
走好不送
2楼-- · 2019-06-15 14:17

You use developer certificate for when you want to install the applications using XCode - mostly when developing.

Distribution certificates are required when you want to put an app on the App Store or when you want to send an AdHoc build to testers (which they can install themselves without using Xcode).

查看更多
登录 后发表回答