iOS push notifications of other apps

前端 未结 2 1092
耶瑟儿~
耶瑟儿~ 2021-01-15 17:59

Is there a way of receiving all the push notifications of all apps? So all notifications being displayed in the notification center?

If yes, is it also possible to p

相关标签:
2条回答
  • 2021-01-15 18:33

    No, this is not possible. Notifications are considered by Apple to be private.

    There is no (public) way to do this that would still get your app accepted into the App Store.

    0 讨论(0)
  • 2021-01-15 18:50

    Push notifications are dispatched to the app that registered to receive them.

    You cannot access all notifications, so the short answer would be no.

    0 讨论(0)
提交回复
热议问题