快速通知4

时间:2018-12-05 04:55:01

标签: ios swift

我在iOS应用程序中以json对象的形式收到http响应。 json对象看起来像

{
    coupons =     {
        1 = "You have 20% off
    };
    latitude = "3.043";
    "location_address" = "Pico";
    "location_name" = Starbucks;
    longitude = "-18.421964";
}

现在,我想将其作为通知发送到我的应用中。我该怎么做?有任何想法吗? 谢谢

1 个答案:

答案 0 :(得分:0)

通过使用userNotificatinCenterDelegate可以实现