ios Provisioning Portal 上的开发和分发 Provisioning Profile 之间的区别?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6660090/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Difference between Development and Distribution Provisioning Profile on Provisioning Portal?
提问by Aleem
I am going to activate APNS on my app, so i am having bit confusion over following.
我将在我的应用程序上激活 APNS,所以我对跟随有点困惑。
- What is basic difference between Development and Distribution Provisioning Profile on Provisioning Portal
- I am going activate APNS(Apple Push notification Service) to an Application which i am going to upload on Apple Store. what should i use?
- Provisioning Portal 上的 Development 和 Distribution Provisioning Profile 之间的基本区别是什么
- 我要激活 APNS(Apple 推送通知服务)到我要上传到 Apple Store 的应用程序。我应该用什么?
This will be great for me. Thanks in advance.
这对我来说会很棒。提前致谢。
回答by mjdth
Just to explain a bit more, the developmentprovisioning profile is for testing your App on a device (iPad, iPhone, iPod Touch), and the distributionprofile is used when you're submitting your application to Apple to get it onto the store.
再解释一下,开发配置文件用于在设备(iPad、iPhone、iPod Touch)上测试您的应用程序,当您将应用程序提交给 Apple 以将其发布到商店时,将使用分发配置文件。
Both profiles are linked to your account as well as keychains on your computer.
这两个配置文件都链接到您的帐户以及您计算机上的钥匙串。
If you'd like to install your software on several devices without using the App Store, you'll have to create an Ad Hocdistribution profile with the device ID numbers, and install that profile as well as the software, on all of the devices.
如果您想在不使用 App Store 的情况下在多台设备上安装您的软件,您必须使用设备 ID 号创建一个Ad Hoc分发配置文件,并在所有设备上安装该配置文件和软件.
回答by Chetan Bhalara
1) Development provisional profile, used for testing your app
1) 开发临时配置文件,用于测试您的应用
2) Distribution provisional profile, used when you are ready to submit your app to the app store
2) 分发临时配置文件,当您准备将应用程序提交到应用程序商店时使用
Follow - iPhone development - what is the difference between a development and distribution provisioning?