推送通知在 iphone4 上不起作用
我在我的应用程序中使用了推送通知,它在 iphone3 上运行良好:) 但是当我使用 iphone4 时,我的应用程序无法获取设备令牌。 并且
- (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)devToken
不被称为 我该如何解决这个问题
I have used push notification in my app it works well on iphone3 :)
but when I am using iphone4 my app is not able to get device token .
and
- (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)devToken
is not called
how can I fix this issue
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
推送通知在越狱设备中不起作用。
Push notification wont work in jailbroken device.
我有一个越狱设备,推送通知工作正常,所以确切地说,推送通知服务不适用于所谓的 hacktivated 设备,这些设备是没有工厂解锁的越狱设备。
I have a jailbroken device and the push notification works fine, so to be exact the push notification service doesn't work on what is called hacktivated devices which are jailbroken devices with no factory unlock.