想要查看我的设备上的 Apple 推送通知服务吗?

发布于 2024-09-18 14:19:49 字数 270 浏览 6 评论 0原文

我创建了支持Apple推送通知服务的iPhone应用程序。 我还在 Windows 上配置了服务器,将我的设备 ID 发送到苹果服务器。 每当我启动应用程序时,我都会获取设备 ID。但我仍然不会收到任何通知 苹果服务器,通知也从我的本地Windows发送到苹果服务器 服务器。

我应该如何检查我的 APN 申请哪里出了问题? Bcoz 在服务器端,服务器在向 APN 服务器发送消息期间没有收到任何错误消息,而且在我的 iPhone 应用程序上我已经正确注册了远程通知。但我仍然没有收到任何通知。请帮忙

I have created iphone application which support Apple push notification service.
I also configured the server on windows which sends my device id to apple server.
I gets device ID whenever I launch application. But still i wont get any notification from
apple server, where notifications were also send to apple server from my local windows
server.

How should I check where my APN application is going wrong? Bcoz on server side, server didnt get any error message during sending messages to APN server, also on my iphone application I have properly registered for remote notifications. But still I dont get any notifications. Please help

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

后来的我们 2024-09-25 14:19:49

如果您的应用程序不适合您,请在让第三方测试您的应用程序之前解决您的问题。如果您在接收通知方面遇到困难,那么对于测试人员来说也不会更好。

至于如何实际测试您的应用程序。通过以下方式转到商业机构或临时机构:

  1. 让所有测试人员提交其设备 UDID,如 iTunes 应用程序中设备页面的“摘要”选项卡中所列(单击“序列号”以显示 UDID)。

  2. 将所有 UDID 输入到您的 iTunes Connect 帐户上的设备列表中。

  3. 在启用所有测试人员设备的情况下创建新的配置文件。

  4. 将新的应用程序配置文件导出到 xCode 并重建。

  5. 将配置文件和新应用程序发送给您的测试人员,指示他们将两者放在 iTunes 上,以便将其安装在 iPhone 上。

  6. 真的,真的感谢你的测试人员的辛勤工作。

If your application is not working for you, iron out you problems before letting third parties test your application. If your having trouble receiving notifications it won't be any better for the testers.

As how to actually beta test your app. Go to a commercial outfit or ad hoc by:

  1. Have all testers submit their devices UDID as listed on the "Summary" tab from the device page in the iTunes application (click "serial number" to display the UDID).

  2. Enter all UDID's into the device list on your iTunes Connect account.

  3. Create a new provisioning profile with all your testers devices enabled.

  4. Export your new app provisioning profile to xCode and rebuild.

  5. Send the provisioning profile and fresh app to your testers instruction them to drop both on iTunes to install it on their iPhone.

  6. Really, really thank your testers for their hard work.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文