Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Admob Whitelist

Mike_C_2
Beginner
597 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
597 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