【发布时间】:2019-05-30 16:50:41
【问题描述】:
我的 TestFlight 应用没有收到 APNs 推送通知,但是我的开发应用可以正确接收它们。这似乎表明这是我的 Apple certs/profile/etc 的问题。关于这个主题有很多 SO 问题,但没有一个对我有帮助。
我正在使用 Phonegap Build 来构建应用程序——而不是 Xcode。
我尝试重新生成所有 certs/profiles/.p12 文件,所有这些文件都是为分发而不是开发设置的。
在我的 config.xml 中,我已将“aps-environment”权利设置为“生产”。我还确认我的配置文件包含 aps-environment“生产”权利,如 here 所述。
<config-file target="*.entitlements" parent="aps-environment">
<string>production</string>
</config-file>
【问题讨论】:
标签: ios push-notification phonegap-build phonegap phonegap-pushplugin