Display CFUserNotificationDisplayAlert on iPhone Lock Screen

后端 未结 2 1333
忘了有多久
忘了有多久 2020-12-09 14:14

I m creating an app that has to display CFUserNotificationDisplayAlert even if iPhone Screen is Locked, currently i am using this code

CFOptionFlags response         


        
2条回答
  •  执念已碎
    2020-12-09 14:41

    CFUserNotification is not supported on the iPhone OS. Push Notifications are the iPhone equivalent.

提交回复
热议问题