Beta B4A v6 Beta#1 - FirebaseAdMob

Pendrush

Well-Known Member
Licensed User
Longtime User
Do I need those permissions for FirebaseAdMob?
B4X:
AddPermission(android.permission.WAKE_LOCK)
AddPermission(com.google.android.c2dm.permission.RECEIVE)
AddPermission(${applicationId}.permission.C2D_MESSAGE)
Test Ads are loaded successfully without them.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
This is a good question without a very good answer.

1. These permissions are not considered dangerous. So if you are using runtime permissions then on Android 6+ no permissions will be listed at all.
2. They are part of Firebase manifest.

The ads will most probably work fine without these permissions.
 
Upvote 0
Top