2015年9月21日
摘要: You've implemented -[application:didReceiveRemoteNotification:fetchCompletionHandler:], but you still need to add "remote-notification" to the list of... 阅读全文
posted @ 2015-09-21 17:20 为之拼搏 阅读(793) 评论(0) 推荐(1) 编辑
摘要: 从xcode7开始,程序里面所有的其他网络连接都得添加在白名单里面,不然是无法响应的!解决方案:在plist文件中里面添加一个key为“LSApplicationQueriesSchemes”数组值,里面添加包括string型的“scheme”,其他的可根据需求依次添加。如:需要qq登录也分享添加:... 阅读全文
posted @ 2015-09-21 17:12 为之拼搏 阅读(767) 评论(0) 推荐(2) 编辑