Did something changed to push-permissions under android? After new installation, the app does not asked any more if push-messages are allowed. In the settings, the permission for messages are set to 'not allowed' and the user have to change it manually in the settings.
I followed the tutorial
https://www.b4x.com/android/forum/t...s-firebase-cloud-messaging-fcm.67716/#content
with adding the new receiver. Than i added the three lines in the manifest:
and i use b4a version 12.20 and set the versions to
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31"/>
Overall, however, it is also noticeable that push has lost a lot of its reliability under android, even if the priority is set to 10 in the b4j sending-tool.
I followed the tutorial
https://www.b4x.com/android/forum/t...s-firebase-cloud-messaging-fcm.67716/#content
with adding the new receiver. Than i added the three lines in the manifest:
B4X:
CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase)
CreateResourceFromFile(Macro, FirebaseAnalytics.Firebase)
CreateResourceFromFile(Macro, FirebaseNotifications.FirebaseNotifications)
and i use b4a version 12.20 and set the versions to
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31"/>
Overall, however, it is also noticeable that push has lost a lot of its reliability under android, even if the priority is set to 10 in the b4j sending-tool.