Software Archive
Read-only legacy content
17061 Discussions

Admob Whitelist

Mike_C_2
Beginner
313 Views

Does anyone know what url Admob serves from so I can whitelist it?

My code works fine with a " * ", but I can't find a more specific URL anywhere.

*.admob.* doesn't work, neither does *.google.*

Thanks!

0 Kudos
1 Reply
Elroy_A_Intel
Employee
313 Views

You can find out all of the URLs your application is making network requests to by using the Debug tab. The Debug Tab installs a working version of your application (including Cordova* plugins) on your device and provides you with Developer Tools that allows you to observe the network traffic of your application including the web addresses.

0 Kudos
Reply