如何在我的 iPhone 应用程序中显示来自服务器端的推送通知
我正在尝试在我的 iPhone 应用程序中实现推送通知,有些简短我成功了,但出现了此错误:
Domain=NSCocoaErrorDomain Code=3000 找不到应用程序的“没有有效的”aps-environment”权利字符串 UserInfor=0x170140 {NSLOcalizedDescription=没有找到应用程序的有效“aps-environment”权利字符串}`
请帮助我如何连接到我的网络-服务以及如何解决此错误。
请帮助我如何解决这个错误?谢谢。有没有视频可以分享给我。谢谢你。
I am trying to implement push notification in my iPhone application and some short I am successful but I am getting this error:
Domain=NSCocoaErrorDomain Code=3000 'no valid' aps- environment' entitlement string found for application UserInfor=0x170140 {NSLOcalizedDescription=no valid 'aps- environment' entitlement string found for application}`
Please help me how can I connect to my web-service and how to resolve this error.
Please help me how can I resolve this error? Thank you. Is there any video just share with me. Thank ja.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须为此创建一个证书,请阅读本教程 http: //www.xcode-tutorials.com/programming-apple-push-notification-services-apns/
另外,推送在模拟器中不起作用
You have to create a certificate for this, read this tutorial http://www.xcode-tutorials.com/programming-apple-push-notification-services-apns/
Also, push will not work in the simulator