我在iOS应用程序中以json对象的形式收到http响应。 json对象看起来像
{
coupons = {
1 = "You have 20% off
};
latitude = "3.043";
"location_address" = "Pico";
"location_name" = Starbucks;
longitude = "-18.421964";
}
现在,我想将其作为通知发送到我的应用中。我该怎么做?有任何想法吗? 谢谢
答案 0 :(得分:0)
通过使用userNotificatinCenterDelegate可以实现