Hey guys
I've used the FirebaseNotifications in my application
I will send data from Google And everything is fine.
Android versions 4 will receive notifications if the program is open or closed And everything is fine
but
On Android 7, only notification is received when the application is open
Push Notifications will not be received when the program is closed
What's the problem؟
I've used the FirebaseNotifications in my application
I will send data from Google And everything is fine.
Android versions 4 will receive notifications if the program is open or closed And everything is fine
but
On Android 7, only notification is received when the application is open
Push Notifications will not be received when the program is closed
B4X:
#Region Service Attributes
#StartAtBoot: true
#StartCommandReturnValue: android.app.Service.START_STICKY
#End Region
What's the problem؟