在 TestFlight 中测试推送通知

Posted

技术标签:

【中文标题】在 TestFlight 中测试推送通知【英文标题】:Testing Push Notification in TestFlight 【发布时间】:2017-12-12 22:25:40 【问题描述】:

我正在安装一个具有推送通知功能的应用程序。

我已经设置了

    Xcode - [My App] -> Capabilities -> Push Notification (on), Background mode Remote Notification (on) 我还检查了 Apple Development 帐户中的 Provisioning Profile 和 App Id 显示 Push Notification Enabled。

我将文件存档并将其放在应用商店以从 Test Flight 安装。但是,当我从 Test Flight 安装应用程序并第一次打开应用程序时,推送通知设置警报不会出现。我从手机检查了设置 - 通知,但该应用程序不在列表中。

我是否遗漏了启用推送通知的内容?不知道我还能调查什么来做到这一点。

【问题讨论】:

【参考方案1】:

我认为您忘记在应用程序委托或链接推送通知模块中编写代码。请查看 react native doc https://facebook.github.io/react-native/docs/pushnotificationios.html#content

另外,我建议在 React Native 应用程序https://github.com/zo0r/react-native-push-notification 中使用此模块进行推送通知

【讨论】:

以上是关于在 TestFlight 中测试推送通知的主要内容,如果未能解决你的问题,请参考以下文章

Testflight beta 未向外部测试人员发送电子邮件或推送通知

TestFlight 后无法从 Firebase 获得推送通知

Testflight - 通用推送通知客户端 SSL 证书 - BadDeviceToken

无法接收从 Pushwoosh 到 TestFlight 分布式应用程序的推送通知

使用 TestFlight 通过 Parse 推送通知

推送通知不适用于 testflight 和 xcode 8 beta