Sivaji Vithanala
Sivaji Vithanala

Reputation: 119

Alert notification is not being removed when the user was logged out of the app

We have an issue related to notifications removal of App. Using with performBackgroundFetch method notifications are coming fine, if user received the notification and then logged Out with Out reading the received notification then notification on notifications bar not being removed.

Upvotes: 1

Views: 28

Answers (1)

steve hannah
steve hannah

Reputation: 4726

You should be able to remove this notification by calling Display.cancelLocalNotification()

Upvotes: 1

Related Questions