Android Question AdMob - AddReplacement in manifest

Pendrush

Well-Known Member
Licensed User
Longtime User
B4X:
'This is a sample AdMob app id. You need to change it to your id.
AddReplacement($ADMOB_APP_ID$, ca-app-pub-3940256099942544~3347511713)
When I add this to manifest and compile app for Publish, I cannot find this string ca-app-pub-3940256099942544~3347511713 in manifest.
Do I miss something?

EDIT:
It should look like this.
 

Pendrush

Well-Known Member
Licensed User
Longtime User
B4A v9.50 in use here.
I'm using plain text version not macro, as I need to change "google-services.json" name for different kind of compile.
 
Upvote 0
Top