您如何测试“推送通知"反馈服务? [英] How do you test the Push Notification feedback service?

查看:138
本文介绍了您如何测试“推送通知"反馈服务?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您将如何在沙盒中测试APNS反馈服务?或者换句话说,如何迫使设备加入反馈?

How would you test the APNS feedback service in the sandbox? Or in other words, how do you force a device to be in the feedback?

推荐答案

如果从设备上删除应用程序,您要做的就是尝试向该设备发送一条通知,并在下次连接到反馈服务器时它将返回该设备.在尝试向该设备发送另一个通知之前,它将不会再次返回该设备.

If you delete your app from a device, all you have to do is attempt send a single notification to that device and the next time you connect to the feedback server it will return that device. It will then not return the device again until you try to send another notification to that device.

此外,如果您在与反馈服务器之间的连接之间向设备发送多个通知,则对于被拒绝的每个通知都将返回该设备.

Also, if you send multiple notifications to a device between connections to the feedback server, the device will be returned for every notification that was dennied.

这篇关于您如何测试“推送通知"反馈服务?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆