UILocalNotification is deprecated in iOS 10

后端 未结 4 1251
死守一世寂寞
死守一世寂寞 2020-11-28 03:52

It may be a question in advance but I wonder what to use instead of UILocalNotification in iOS 10. I am working on an app which has deployment target iOS 8 so w

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-28 04:17

    Local Notifications for iOS 10 in Objective-C.

    If you have been programming for a while I am sure you are familiar with the UILocalNotification class, and right now with the arrival of iOS 10 you can see that UILocalNotification has been deprecated. For a detailed implementation visit this blog post.

提交回复
热议问题