Android Question Push Notifications for already active apps

airblaster

Active Member
Licensed User
Longtime User
Hi,

I'm using push notifications together with the core notification library.
I add status bar notifications like this:
B4X:
n.SetInfo2("Test", "Test", ID, Main )

This works well and launches the app if it isn't already running.

However, if the app is already running it only works if I'm on the Main activity.

How can this be fixed?
 
Top