Lucas Eduardo Active Member Licensed User Jun 18, 2020 #1 Hello, there is a way to change manifest code via code? For example, this code in manifest B4X: AddReplacement($ADMOB_APP_ID$, ca-app-pub-3940256099942544~3347511713) For some reason i want to change it by code. Thank you.
Hello, there is a way to change manifest code via code? For example, this code in manifest B4X: AddReplacement($ADMOB_APP_ID$, ca-app-pub-3940256099942544~3347511713) For some reason i want to change it by code. Thank you.
DonManfred Expert Licensed User Longtime User Jun 19, 2020 #2 Lucas Eduardo said: Hello, there is a way to change manifest code via code? Click to expand... No Lucas Eduardo said: For some reason i want to change it by code. Click to expand... Why? Upvote 0
Lucas Eduardo said: Hello, there is a way to change manifest code via code? Click to expand... No Lucas Eduardo said: For some reason i want to change it by code. Click to expand... Why?
Lucas Eduardo Active Member Licensed User Jun 19, 2020 #3 DonManfred said: Why? Click to expand... If i change admob ads code without updating the app, this ADMOB_APP_ID will be a problem because i can not change this id by code. And if this ID it's incorrect, the app crashs, right? Upvote 0
DonManfred said: Why? Click to expand... If i change admob ads code without updating the app, this ADMOB_APP_ID will be a problem because i can not change this id by code. And if this ID it's incorrect, the app crashs, right?
DonManfred Expert Licensed User Longtime User Jun 19, 2020 #4 If you change the ID then it is mandatory to update your app. The entries in the Manifest are fix and must be present when compiling your app. Upvote 0
If you change the ID then it is mandatory to update your app. The entries in the Manifest are fix and must be present when compiling your app.