NT_iOS笔记—add "remote-notification" to the list of your supported UIBackgroundModes in your Info.plis

在用信鸽推送的时候报了:

You‘ve implemented -[<UIApplicationDelegate> application:didReceiveRemoteNotification:fetchCompletionHandler:], but you still need to add "remote-notification" to the list of your supported UIBackgroundModes
in your Info.plist.

解决方法:

打开Background Modes 勾选Remote notifications即可。

可以在info.plist中看到

时间: 2024-10-11 23:14:14

NT_iOS笔记—add "remote-notification" to the list of your supported UIBackgroundModes in your Info.plis的相关文章

ios 远程通知(Remote Notification)和本地通知(Local Notification)

ios通知分为远程通知和本地通知,远程通知需要连接网络,本地通知是不需要的,不管用户是打开应用还是关闭应用,我们的通知都会发出,并被客户端收到 我们使用远程通知主要是随时更新最新的数据给用户,使用本地通知主要是提醒用户来完成一些任务 远程通知 Remote Notification: 其主要的工作原理为:客户端发送自己的UUID和Bundle ID给苹果的APNs服务器-->苹果的APNs服务器加密后返回一个deviceToken给客户端-->客户端拿到devideToken后将其发送给app

add &quot;remote-notification&quot; to the list of your supported UIBackgroundModes in your Info.plist.(转载)

在使用个推时出现这个错误 [<UIApplicationDelegate> application:didReceiveRemoteNotification:fetchCompletionHandler:], but you still need to add "remote-notification" to the list of your supported UIBackgroundModes in your Info.plist. 找了下资料,解决方法也很简单,如下图

笔记:Memory Notification: Library Cache Object loaded into SGA

在警告日志中发现一些这样的警告信息: Mon Nov 21 14:24:22 2011Memory Notification: Library Cache Object loaded into SGAHeap size 5800K exceeds notification threshold (2048K)Details in trace file c:\oracle\product\10.2.0\admin\hy2003\udump\hy2003_ora_4372.trcKGL object

NT_iOS笔记—iOS用户添加字体后调用

iOS需要用到新字体,直接添加就行了,之前写过iOS 添加字体 但是当字体文件太多.太大.或者没有用户喜欢的字体怎么办? 让用户手动的下载字体或者导入字体. 那我们怎么调用这些字体呢? 可以通过这个方法找到所有字体 NSArray *familyNames =[[NSArray alloc]initWithArray:[UIFont familyNames]]; NSArray *fontNames; NSInteger indFamily, indFont; for(indFamily=0;i

IOS Remote Notification

1. 本地证书合成 rm *.pem echo "export cert..." openssl pkcs12 -clcerts -nokeys -out push_cert.pem -in push_cert.p12 echo "export key..." openssl pkcs12 -nocerts -out push_key.pem -in push_key.p12 openssl rsa -in push_key.pem -out push_key_no

NT_iOS笔记—判断iPhone6

iPhone6和iPhone6Plus 大陆已经开卖一段时间了,可以看到iPhone6的适配苹果已经给做好了,但是如果你是阅读类的软件,在你还没有真正的适配的时候,你会看到字体也会被放大,感觉不是很舒服.那么问题来了,怎么判断是iPhone6? 我当时试了一下以前判断iPhone5的方法: [objc] view plaincopy [UIScreen mainScreen] 当时iPhone5的尺寸为 640*1136 我得到的信息是 [objc] view plaincopy //    <

NT_iOS笔记—去除string首尾空格、换行

去除string首尾空格: NSString *NewString = [string stringByTrimmingCharactersInSet:[NSCharacterSet whitespaceCharacterSet]]; 去除string首尾空格和换行: NSString *NewString = [string stringByTrimmingCharactersInSet:[NSCharacterSet whitespaceAndNewlineCharacterSet]];

NT_iOS笔记—百度社会化分享(64Bit)

啊哦,已经一月底了,百度还是没有正式放出支持64位的社会化分享组件. OK,不说什么了,提供一个下载地址:http://pan.baidu.com/s/1o69NtxS 里面是百度内部支持64位的分享包.注意只是分享... 如果你同时集成了百度推送或者其他的功能...那就只能是拆开,分别处理了. 或者弃掉百度改用别人的!

NT_iOS笔记—提交报错:unable to process application at this time due to the following error

打好包提交验证的时候报错了: unable to process application at this time due to the following error:The IPA is invalid.it does not include a payload directory : 解决方法: 修改info.plist Application requires iPhone environment |  Boolean | Yes Clean Build Archive