iOS Question Error building old App

ilan

Expert
Licensed User
Longtime User
hi,

i am trying to build an old app that i did few month ago and i am getting an error using the lates b4i version (6.50)



so i went to the page: https://developers.google.com/admob/ios/quick-start#update_your_infoplist

and tried to add this to my app:

B4X:
#PlistExtra: <key>GADApplicationIdentifier</key><string>ca-App-pub-8081096265852200~8319240660</string>

but still its not working, what do i need to do?

thanks, ilan
 

ilan

Expert
Licensed User
Longtime User
ok found the answer:

Starting from Google Maps Ads SDK v7.42.0 it is required to add these lines:

#PlistExtra: <key>GADIsAdManagerApp</key><true/>
#AdditionalLib: libsqlite3.dylib
#AdditionalLib: libz.dylib
#AdditionalLib: WebKit.framework
 
Upvote 0

sorex

Expert
Licensed User
Longtime User
Thanks for the hint, ilan.

What is the reason for the 3 last AdditionalLib lines?

It seems to work fine with only the key.
 
Upvote 0

ilan

Expert
Licensed User
Longtime User
Thanks for the hint, ilan.

What is the reason for the 3 last AdditionalLib lines?

It seems to work fine with only the key.

actually it's working without them so i also don't add them. maybe erel can answer the question
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…