D Darknight20 Member Nov 21, 2020 #1 Hi i used admob like this: https://www.b4x.com/android/forum/t...tegrated-with-firebase-backend.67710/#content also i use this code in manifest for admob: B4X: AddReplacement($ADMOB_APP_ID$, ca-app-pub-3940256099942544~3347511713) and i want change this Replacement from code and set new app id for admob i want use this because I want to use this later and I do not have the app_id now and I also do not want to update the app later because of admob i found this link for java: https://stackoverflow.com/questions/61577107/how-to-set-admob-appid-programmatically-19-1-0 please help me , Thanks.
Hi i used admob like this: https://www.b4x.com/android/forum/t...tegrated-with-firebase-backend.67710/#content also i use this code in manifest for admob: B4X: AddReplacement($ADMOB_APP_ID$, ca-app-pub-3940256099942544~3347511713) and i want change this Replacement from code and set new app id for admob i want use this because I want to use this later and I do not have the app_id now and I also do not want to update the app later because of admob i found this link for java: https://stackoverflow.com/questions/61577107/how-to-set-admob-appid-programmatically-19-1-0 please help me , Thanks.
Erel B4X founder Staff member Licensed User Longtime User Nov 22, 2020 #2 You cannot change it programmatically. FirebaseAdMob gets this value when the app starts. Upvote 0