Saninn Salas Diaz

Results 98 comments of Saninn Salas Diaz

This is a really good idea. I could do a PR for android but I do not have a way to do it for ios (for the moment)

When developing an cordova plugin with typescript does the source typescript gets shipped with the plugin? Or does one needs to have two repos one for the typescript other for...

That means I need to have two repos don't I? One with the generated code that can be used to install the plugin and another for development. It seems overkill...

Ahh I see, so if the user uses npm all is ok. And if he uses git then it is not important. Thank you @jcesarmobile !

Oh... I need exactly this. I assume this will never be implemented here.

I have made an PR for this on Android: https://github.com/ratson/cordova-plugin-admob-free/issues/410 until or if it do not gets merged you can use that repo with the branch `build` as dependency in...

For now I just have a global user agreement that wraps Ads and Analytics. If the user does not consent it then he can not use it.

Is there a way to see a list of what can we use for in this `OPT_AD_EXTRAS`?? also: +1 to how can I check if I setting this option, it...

> ``` > admob.interstitial.config({ > id: 'ca-app-pub-xx',isTesting: false,adExtras: { npa: 1 } > }) or admob.interstitial.config({ > id: 'ca-app-pub-xxx',isTesting: false > }). > ``` > > is sending the same...