App Store 评论中的推送通知

Push Notification in App Store Review

我已经制作了一个应用程序,并考虑将其发送以供审核,我已经使用 Parse.com 中的教程为我的应用程序设置推送通知,并且在保存之前我将提供配置文件更改为一个应用程序商店(启用推送通知的地方)。

这是否意味着该应用正在使用 APN API,这是发布到应用商店所必需的(指南 5.1)。我是否需要在功能或其他任何方面启用推送通知才能使我的应用程序通过应用程序商店审查指南中的 5.1 点?

5.1 "Apps that provide Push Notifications without using the Apple Push Notification (APN) API will be rejected"

https://developer.apple.com/app-store/review/guidelines/#push-notifications

您可以提交您的应用进行审核! :)

Parse 正在使用 APNS 发送推送,所以您没问题。您无需编辑任何内容即可通过 5.1 分的苹果指南。