Apple APNS 设备令牌
我们有存储 Apple 设备令牌的表。该表对于测试和实时应用程序是不同的。我想使用我的 iPhone 设备令牌手动更新此数据库以进行测试。
无论如何,我可以从我的 iPhone 读取设备令牌吗?
注意:我没有MAC机。
We have table where Apple Device tokens are stored. This tables are different for testing and and for live application. I want to update this database manually with my iPhone device token for testing purpose.
Is there anyway I can read the device token from my iPhone.
Note: I do not hava MAC machine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这里有一个关于如何获取设备令牌的教程,但是它需要您的测试应用程序添加一些代码才能运行。
教程链接
There's a tutorial here of how to get the device token, however it requires that your test application be added some code for you to run.
Tutorial link
如果您有代码,请尝试将设备令牌的日志放入
didRegisterForRemoteNotificationsWithDeviceToken,然后使用控制台应用程序检查手机中的日志。
If in case you have the code, try putting a log for the device token in the
didRegisterForRemoteNotificationsWithDeviceToken and then check the log in your phone using a console app.