简体   繁体   English

生成配置文件时未显示APNS证书

[英]APNS certificate not shown when generating provisioning profile

I am new in iOS development. 我是iOS开发的新手。 I have created app, then i want to add APNS service, too, so I have generated a new app id which include Notification Service then I have create APNS development and distribution certificate but when I going to generate provision profile using this new app id in add certificate section it will show me only previous development certificates.NOT APNS development certificate so my Question is: 我已经创建了应用程序,然后我也想添加APNS服务,所以我生成了一个包含通知服务的新应用程序ID,然后创建了APNS开发和发行证书,但是当我打算使用以下新的应用程序ID来生成配置文件时添加证书部分,它将仅向我显示以前的开发证书。不是APNS开发证书,所以我的问题是:

  1. Is APNS certificate is necessary to Add in provision profile of new app id 是否需要APNS证书才能添加新应用ID的配置文件

  2. If it is necessary then why it not show in certificate section or i am do something wrong 如果有必要,那么为什么它不显示在证书部分,或者我做错了什么

No APNS certificates are not included in provisioning profiles. 没有APNS证书不包括在配置文件中。

They are used by Apple to ensure that only your server can send Push Notifications to your application. Apple使用它们来确保只有您的服务器才能将推送通知发送到您的应用程序。

Although a bit old, but basic concepts are still the same. 虽然有些陈旧,但基本概念仍然相同。 Push Notification Tutorial 推送通知教程

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

相关问题 iOS - 无法使用APNS证书创建新的配置文件 - iOS - Cannot use APNS certificate to create new provisioning profile 供应配置文件和APNS问题 - Provisioning Profile & APNS issue 我可以更改生产的证书和配置文件以允许APNS无需上传我的二进制文件吗? - Could I change the certificate and provisioning profile for production to allow APNS without upload my binary? 证书和配置文件错误 - certificate and provisioning profile error Apple 证书,配置文件 - Apple Certificate, Provisioning profile 使用自定义钥匙串生成时,APNS证书缺少私钥 - APNs certificate missing private key when generating with custom keychain 使用APNS时,将应用程序从临时阶段转移到应用程序商店分发时,配置文件更改 - Provisioning profile change when taking the app from adhoc stage to app store distribution when using APNS 创建配置文件时无法选择Apple证书 - Can't choose apple certificate when creating a provisioning profile iOS企业版:配置文件和证书到期-App何时停止工作? - ios enterprise: provisioning profile and certificate expiration - when will App stop to work? 重新生成临时配置文件、分发证书和 APNS 证书 - Rengenerating Provisional profile, distribution certificate and APNS certificate
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM