How does Facebook Messenger clear push notifications from the lock screen if you’ve read them on desktop?

后端 未结 4 1092
面向向阳花
面向向阳花 2020-12-07 15:36

When I receive a message on Facebook I get a push notification on a lock screen (iOS). Then I read this message on desktop. Right after that this push notification disappear

4条回答
  •  既然无缘
    2020-12-07 16:25

    See the Multitasking Enhancements and the silent push notifications in particular. Using the silent push you can notify your app that new content is available and also download that content and/or set the badge number for example without displaying the notification in the "Notification Center". You'll have to set the UIBackgroundModes with the remote-notification value in order to make this work.

    You can send silent push if the user has seen the content on another platform and clear the badge number on your iOS app.

提交回复
热议问题