Android Question Admob Error

Ydm

Active Member
Licensed User
Longtime User
I added Admob ads inside my app. When I tested it on the device everything is normal. However, when I install the application on the play strore, the application crashes while opening the Interstitial ad. There are no issues when I tested it on devices in Release mode. Banner advertisement in play store also works properly.

library.PNG
error.PNG
error.PNG
 

MikeSW17

Active Member
Licensed User
Longtime User
You don't provide useful information to work with.

Useful:
What version of B4A?
A code snippet of where the problem occurs.

Do you really use all of those Libraries?
 
Upvote 0

asales

Expert
Licensed User
Longtime User
Check the new lib to FirebaseAdmob:
 
Upvote 0

Ydm

Active Member
Licensed User
Longtime User
I have already done all the things described about Firebase Admob2. It does not give an error on my own device. If there is an error, I can fix it somehow. But crashes appear on Publish. Bugs have been reported mainly for Android 10 and SDK 29. This crash occurs when opening a full screen ad.
 
Upvote 0
Top