Software Archive
Read-only legacy content
Avisos
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 Discusiones

Admob Whitelist

Mike_C_2
Principiante
599 Vistas

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 Responder
Elroy_A_Intel
Empleados
599 Vistas

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.

Responder