摘要: 项目中用到微信分享,可向好友或朋友圈分享链接时,分享人可以打开网站,查看消息者却始终不能打开网站.试了N种方法,重写了N次分享模块,均没办法解决.在无意中查看分享链接时发现,朋友圈里分享后,原始链接被拼接为了:http://www.xxx.com/?from=singlemessage&isappinstalled=0. 突然感觉胸毛狂抖,想起了什么!! 于是在代码中将原始链接改为:http://... 阅读全文
posted @ 2014-07-30 13:54 М80メ 阅读(1219) 评论(3) 推荐(0) 编辑
摘要: 开启:
[[UIApplication sharedApplication] registerForRemoteNotificationTypes: UIRemoteNotificationTypeBadge | UIRemoteNotificationTypeSound | UIRemoteNotificationTypeAlert];
关闭:
[[UIApplication sharedApp... 阅读全文
posted @ 2014-07-30 10:30 М80メ 阅读(599) 评论(0) 推荐(0) 编辑