Issue
I am using the library ADMOB PLUS and when I execute "ionic cordova prepare ios", everytime is changing GADApplicationIdentifier key on info-list.txt to test, how to solve it? I am new on iOS and cannot get it such behaviour
Thank you
Solution
As you can see in below image created variable
cordova plugin add cordova-plugin-admob-free --save --variable ADMOB_APP_ID="<YOUR_ANDROID_ADMOB_APP_ID_AS_FOUND_IN_ADMOB>"
so create same variable for GADApplicationIdentifier
And Pass into config.xml
So when your build create for iOS, Same identifier take your variable value.
Hope it's helpful to you.
Thank you
Answered By - Anjali Shah

0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.