【发布时间】:2015-08-04 08:44:17
【问题描述】:
在我的应用程序中推送通知以json 格式接收数据
这是什么
aps = {
alert = "{\"messsage\":\"what to do when boarded \",\"chatBox\":\"130701.130693\",\"sender_id\":\"130701\",\"sender_name\":\"reg41\",\"sender_image_url\":\"http:\\/\\/www.playmit.com\\/images\\/user_profile_images\\/\",\"receiver_id\":\"130693\",\"type\":\"chat\"}";
};
}
但在应用程序未运行或应用程序在后台收到推送通知时,它也会在锁定屏幕上显示相同的 json 内容在推送通知中 那么我该如何处理呢。
谢谢。
在图片中 Quizmatch 收到json 格式的推送通知
【问题讨论】:
标签: ios objective-c