推送通知设备令牌?
如何从我的 iPhone 设备获取设备令牌?
How to get Device Token from my iPhone Device?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何从我的 iPhone 设备获取设备令牌?
How to get Device Token from my iPhone Device?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
此方法将在调试模式下在控制台中打印 deviceToken,如果您想查看设备令牌,也可以在 UIAlert 中看到。
this method will print the deviceToken in console in debug mode, if you want to see the device token you can see in UIAlert also.
如果您已经
为推送通知实现了此方法,那么您将获得设备令牌(此方法实际上是您需要在应用程序中实现的两种方法之一)
这可能会发现它很有用 http://urbanairship.com/docs/push.html
您还可以查看 Iphone 应用程序中的推送通知
我希望您发现这很有用。
If you have implemented this method
for Push Notification then you will get the device token (This method is actually one of the two methods that you require to implement in the application)
This might find it useful http://urbanairship.com/docs/push.html
you can also look at Push Notification in Iphone application
I hope you find this useful.
此方法将在控制台中显示您的设备令牌。
This method will show your device token in console.