denesh-r

Results 3 comments of denesh-r

In Admob.java ```java // Initialize AdMob with appId @PluginMethod public void initialize(final PluginCall call) { this.setRequestConfiguration(call); try { MobileAds.initialize( getContext(), new OnInitializationCompleteListener() { @Override public void onInitializationComplete(InitializationStatus initializationStatus) { Map...

> I was struggling with this error for hours!!! But then, while checking the demo and following the readme.md, I realized that I was missing a configuration in a file:...

I had a similar issue, however my use case was different. My app needs to be only in landscape and be able to rotate to one or the other landscape...