Hello,
I am getting some reviews on Google play that My app's icon stays at the notification window and it can't be removed by the users. I don't understand how but is this possible ? Maybe I am doing something wrong ?
Can it be because of these 2 lines added to firebase notifications tutorial by Erel ?
sleep 0 and service.stopautomatic.. is added later and my app doesn't have that. All the other code is the same with the tutorial.
Thanks
I am getting some reviews on Google play that My app's icon stays at the notification window and it can't be removed by the users. I don't understand how but is this possible ? Maybe I am doing something wrong ?
Can it be because of these 2 lines added to firebase notifications tutorial by Erel ?
B4X:
Sub Service_Start (StartingIntent As Intent)
If StartingIntent.IsInitialized Then fm.HandleIntent(StartingIntent)
Sleep(0)
Service.StopAutomaticForeground 'remove if not using B4A v8+.
End Sub
sleep 0 and service.stopautomatic.. is added later and my app doesn't have that. All the other code is the same with the tutorial.
Thanks