Hi.
I have an Android App using Firebase Push Notifications at a day time. It works fine, when the notification arrive the app execute and show device notifications with procedure result. All perfect.
The problem is if i want execute the app from launcher (clicking the app icon) it doesn't open and the device log say:
09-05 17:14:10.335: E/StrictMode(2510): class com.clarionero.wm.boletinesoficiales.wdgen.GWDPBoletines_Oficiales$WDLanceur; instances=2; limit=1
09-05 17:14:10.335: E/StrictMode(2510): android.os.StrictMode$InstanceCountViolation: class com.clarionero.wm.boletinesoficiales.wdgen.GWDPBoletines_Oficiales$WDLanceur; instances=2; limit=1
How can i solve this issue?
If i use EndProgram after execute the Push Notifications then the app is launched with issues.
Thank you
Rubén
I have an Android App using Firebase Push Notifications at a day time. It works fine, when the notification arrive the app execute and show device notifications with procedure result. All perfect.
The problem is if i want execute the app from launcher (clicking the app icon) it doesn't open and the device log say:
09-05 17:14:10.335: E/StrictMode(2510): class com.clarionero.wm.boletinesoficiales.wdgen.GWDPBoletines_Oficiales$WDLanceur; instances=2; limit=1
09-05 17:14:10.335: E/StrictMode(2510): android.os.StrictMode$InstanceCountViolation: class com.clarionero.wm.boletinesoficiales.wdgen.GWDPBoletines_Oficiales$WDLanceur; instances=2; limit=1
How can i solve this issue?
If i use EndProgram after execute the Push Notifications then the app is launched with issues.
Thank you
Rubén