简体   繁体   English

使用APNS时,将应用程序从临时阶段转移到应用程序商店分发时,配置文件更改

[英]Provisioning profile change when taking the app from adhoc stage to app store distribution when using APNS

I am having this little trouble understanding the stage. 我在理解舞台时遇到了一些麻烦。 I built a product which requires to use APNS service. 我构建了一个需要使用APNS服务的产品。 I built it using a adhoc profile with Production SSL certificate of APNS. 我使用带有APNS的Production SSL证书的临时配置文件来构建它。 The app is doing well in 4 of my devices. 该应用在我的4台设备中运行良好。

Now I want to distribute it to app store, my question is that do I need to revoke the SSL certificate and create a new one (with all steps to create .pem file) and then make provisioning profile for app store or use the same (pem files used in Adhoc distribution) and just create the provisioning profile (app store distribution) using the same app-id? 现在我想将其分发到应用商店,我的问题是我需要撤销SSL证书并创建一个新证书(包括创建.pem文件的所有步骤),然后为应用商店创建配置文件或使用相同的配置文件( pem文件用于Adhoc分发)并仅使用相同的app-id创建配置文件(应用商店分发)?

You do not need to revoke the certificate. 您不需要吊销证书。 If your server is using the production APNS certificate to push notifications, you are in good shape. 如果您的服务器使用生产APNS证书来推送通知,则您的状态良好。 You will need to create an App Store distribution provisioning profile using an iOS distribution certificate (not the APNS certificate). 您将需要使用iOS分发证书(而非APNS证书)创建App Store分发配置文件。 Use this new profile to archive and submit your app. 使用此新的配置文件可以存档和提交您的应用。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用“临时设置配置文件”在后台运行应用程序时接收通知时出错 - Error in receiving notification when app is in background using “Adhoc Provisioning Profile” 向 App Store 提交应用程序时应使用分发配置文件 - A Distribution Provisioning profile should be used when submitting apps to the App Store 发行设置配置文件过期后,为什么iOS App Store应用仍然启动? - Why does an iOS App Store app still launch when the distribution provisioning profile expires? 使用adhoc分发配置文件导致iOS应用程序崩溃 - iOS app crashes using adhoc distribution profile App Store分发配置文件与开发配置文件 - App Store Distribution Provisioning Profile vs Development Provisioning Profile iOS 配置 - 如果我创建临时配置,它会破坏我现有应用程序在应用商店中的 APNs 吗? - iOS provisioning - will it break my existing app's APNs on the app store if I create a Adhoc provision? 找不到此可执行文件的有效配置文件:对于App Store分发配置文件 - A valid provisioning profile for this executable was not found: For App Store Distribution Profile 我可以将开发证书与即席分发配置文件一起使用来将我的应用分发给特定用户吗? - Can I use an Development certificate along with adhoc distribution provisioning profile to distribute my app to specific user? 应用商店配置文件 - App store provisioning profile 提交构建到App Store时错误/自动生成配置文件 - Wrong/AutoGenerated Provisioning Profile when Submitting Build to App Store
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM