iOS Question B4i 8.51 and iAdmob crash the Bridge without error

Sganga61

Member
Licensed User
Longtime User
Hi to everyone.
I try to use the iAdmob 4.00 library in a working app but sistematically the bridge close without error. I just select the library to create the problem.
(Removing the library the bridge don't crash) and the test go on.
I'm using remote server

I also try to add the following declaration:
#PlistExtra: <key>GADIsAdManagerApp</key><true/>
#AdditionalLib: libsqlite3.dylib
#AdditionalLib: libz.dylib
#AdditionalLib: WebKit.framework

but the result is the same.

Any idea?
 

Sganga61

Member
Licensed User
Longtime User
Hi Erel. As usual you are right!
I try with:

'this is a test app id.
#PlistExtra:<string>ca-app-pub-3940256099942544~1458002511</string>
and now I can debug (without crash) the app getting also a test banner.

But now I have a question: if the above string is an app id (as described) I don't know where to find/get this info.
 
Upvote 0
Top