ios - "Push Notifications"目标能力和解析推送
<p><p>我正在使用 <a href="https://parse.com/products/push" rel="noreferrer noopener nofollow">Parse Push</a>向我的应用程序中的注册设备发送通知。在开发过程中,我们一直将 Target -> Capabilities 中的“推送通知” slider 设置为关闭,发送或接收通知也没有问题。</p>
<p>至于部署,我们是否需要将此 slider 设置为“开启”位置才能接收推送通知?我在 <a href="https://parse.com/docs/ios/guide#push" rel="noreferrer noopener nofollow">Getting Started guide</a> 的任何地方都没有看到它.如果不需要,推送通知 slider 有什么用?</p>
<p> <a href="/image/5Ncae.png" rel="noreferrer noopener nofollow"><img src="/image/5Ncae.png" alt="Screenshot of Target Capabilities screen"/></a> </p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>当您将应用提交到 AppStore 时,会出现一个验证阶段。您的应用程序的配置文件将与您的生产证书进行比较。如果您在应用程序功能中指定的内容与您的证书设置方式不匹配,您将在验证期间看到警告。您可能还没有遇到问题,因为您一直在为您的应用程序使用开发证书。</p>
<p>如果您想在生产应用中接收推送通知,请启用推送功能,并确保生成生产推送证书并将其上传到您的 Parse 应用。</p>
<p>更多信息在这里:
<a href="https://developer.apple.com/library/ios/documentation/Miscellaneous/Reference/EntitlementKeyReference/Chapters/EnablingLocalAndPushNotifications.html" rel="noreferrer noopener nofollow">https://developer.apple.com/library/ios/documentation/Miscellaneous/Reference/EntitlementKeyReference/Chapters/EnablingLocalAndPushNotifications.html</a> </p>
<p>这里:
<a href="https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Introduction.html#//apple_ref/doc/uid/TP40008194" rel="noreferrer noopener nofollow">https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Introduction.html#//apple_ref/doc/uid/TP40008194</a> </p></p>
<p style="font-size: 20px;">关于ios - "Push Notifications"目标能力和解析推送,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/32877102/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/32877102/
</a>
</p>
页:
[1]