配置门户上的开发和分发配置文件之间的区别?
我要在我的应用程序上激活 APNS,所以我对以下操作有点困惑。
- 配置门户上的开发配置文件和分发配置文件之间的基本区别是什么?
- 我将激活 APNS(Apple 推送通知服务)到我要上传到 Apple Store 的应用程序。我应该用什么?
这对我来说非常棒。提前致谢。
I am going to activate APNS on my app, so i am having bit confusion over following.
- 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?
This will be great for me. Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
稍微解释一下,开发配置文件用于在设备(iPad、iPhone、iPod Touch)上测试您的应用程序,而分发配置文件则在您正在向 Apple 提交您的申请以将其上架。
两个配置文件都链接到您的帐户以及计算机上的钥匙串。
如果您想在不使用 App Store 的情况下在多台设备上安装软件,则必须使用设备 ID 号创建一个临时分发配置文件,并安装该配置文件以及所有设备上的软件。
Just to explain a bit more, the development provisioning profile is for testing your App on a device (iPad, iPhone, iPod Touch), and the distribution profile is used when you're submitting your application to Apple to get it onto the store.
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 Hoc distribution profile with the device ID numbers, and install that profile as well as the software, on all of the devices.
1) 开发临时配置文件,用于测试您的应用程序
2) 分发临时配置文件,当您准备好将应用程序提交到应用程序商店时使用
关注 - iPhone 开发 - 开发和分发配置之间有什么区别?
1) Development provisional profile, used for testing your app
2) Distribution provisional profile, used when you are ready to submit your app to the app store
Follow - iPhone development - what is the difference between a development and distribution provisioning?