Enable or Disable Iphone Push Notifications inside the app

后端 未结 4 1391
终归单人心
终归单人心 2020-12-01 04:52

I have a iphone app which is enable to receive push notifications. Currently i can disable push notifications for my app by going to the iphone settings/Notifications.

4条回答
  •  失恋的感觉
    2020-12-01 04:59

    [FYI - Few users have reported that it stopped working on iOS 10]

    You can easily enable and disable push notifications in your application by calling registerForRemoteNotificationTypes and unregisterForRemoteNotificationTypes respectively again. I have tried this and it works.

提交回复
热议问题