apns 推送通知未发送:Baddevicetoken
我在使用 apns Sharp 时遇到问题:
我从 iPhone 的 iTunes 获取设备令牌,然后将其放入程序中。
但是我收到 baddevicetokenexception : 40 , invalid ...
错误。 他必须有 64 个字符。
我不知道如何获取 64 个字符的设备令牌?
谢谢。
I have a problem with apns sharp:
I get the device token from my iTunes for the iPhone, and I put it into the program.
However I am getting a baddevicetokenexception : 40 , invalid ...
error.
He must have 64 characters.
I don't know how to get a device token with 64 characters?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的 id 是 iPhone 的唯一标识符,但 devicetoken 是发送给 Apple 以获取通知的 id。
获取 deviceToken :
Your id is the unique identifier of the iPhone, but the devicetoken is the id to send to Apple for notifications.
To get the deviceToken :