iOS Question clear remote notifications when the app opens

fransvlaarhoven

Active Member
Licensed User
Longtime User
Hello,

when an app opens, the remote notifications are not automatically cleared but stay.

How can I clear all remote notifications when the app opens?
 

tufanv

Expert
Licensed User
Longtime User
Hello,

when an app opens, the remote notifications are not automatically cleared but stay.

How can I clear all remote notifications when the app opens?
Do you mean the numbers on the icon of the app or do you mean the message that pops up after opening the app with msgbox ? or anything else ?
 
Upvote 0

fransvlaarhoven

Active Member
Licensed User
Longtime User
I want to clear the notification(s), message(s) that are showed when the phone receives push-notification when the app is not active.

when the app opens, I read the notifications with "Application_RemoteNotification" but I also want to remove them without the user has to push the notification
 
Upvote 0

tufanv

Expert
Licensed User
Longtime User
sorry I could not understand what you mean. When the notification arrives , the notification is shown for some second and dissappear when the app is not active. You want to clear the notification in the notification list when you pull down the notification list from ios home screen ?
 
Upvote 0

fransvlaarhoven

Active Member
Licensed User
Longtime User
No, that is not the problem.
I want to clear the notification(s) when the user starts the app by pushing the icon of the app.

In other words, when the app starts, I want to clear all notifications in the notification list
 
Upvote 0

tufanv

Expert
Licensed User
Longtime User
No, that is not the problem.
I want to clear the notification(s) when the user starts the app by pushing the icon of the app.

In other words, when the app starts, I want to clear all notifications in the notification list
I don't think it is possible to remove any notification from notification list of ios by the app. @Erel would correct me if i am wrong.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0
Top