配置门户上的开发和分发配置文件之间的区别?

发布于 2024-11-19 14:13:21 字数 178 浏览 3 评论 0原文

我要在我的应用程序上激活 APNS,所以我对以下操作有点困惑。

  1. 配置门户上的开发配置文件和分发配置文件之间的基本区别是什么?
  2. 我将激活 APNS(Apple 推送通知服务)到我要上传到 Apple Store 的应用程序。我应该用什么?

这对我来说非常棒。提前致谢。

I am going to activate APNS on my app, so i am having bit confusion over following.

  1. What is basic difference between Development and Distribution Provisioning Profile on Provisioning Portal
  2. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

深海夜未眠 2024-11-26 14:13:21

稍微解释一下,开发配置文件用于在设备(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.

心欲静而疯不止 2024-11-26 14:13:21

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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文