Results 21 comments of Sergi

Nor do I. But the only alternative at the moment is admob-plus. It uses a recent version of Admob SDK. I would like to implement this plugin, but I have...

> @pirpy76 yeah, simple download .zip package file from > https://developers.google.com/admob/ios/download > > In your project remove /plugins/cordova-admob-sdk/src/ios/GoogleMobileAds.framework > > Extract file .zip downloaded and copy GoogleMobileAds.framework to /plugins/cordova-admob-sdk/src/ios/ >...

> it didn't work for me. I tried to follow your steps, but after submission I received "ITMS-90809: Deprecated API Usage" message. Try inserting this lines: `` ` ` ``...

> Hi guys, thanks for providing answers in regard to fixing this - however, just adding the admob free plugin adds the UI framework to the build frameworks which then...

> I try 2 solution from @scyclops and @alejandroicod (Thank you) > older banner is hidden but it still run in background and slow down app performance. > ![image](https://user-images.githubusercontent.com/26155576/153866196-c2817cad-153b-40be-88b3-b2387d392972.png) How...

The same problem still exists when trying to send photos or files. I attach some screenshots of the error that appears. ![IMG_7398](https://user-images.githubusercontent.com/20383883/215812718-f460ca3b-f545-4337-87d5-dfef5238cf0d.PNG) ![IMG_7399](https://user-images.githubusercontent.com/20383883/215812753-5003c8f4-735f-4f49-af47-a3a2ccbf6460.PNG)

> to get the consent.ConsentStatus you must always first execute consent.requestInfoUpdate() > > This is well explained in the official Admob documentation, but not explained in this plugin. But regardless,...

> @sergip76 I tried it, but it's not working, i got no response from ' const consentStatus = await consent.getConsentStatus();' please can you explain more about how to integrate it...

> Its not really in the documentation but your could use this > > https://github.com/j3k0/cordova-plugin-purchase/wiki/HOWTO:-Migrate-to-v13#detecting-failed-purchases > > ``` > store.order(...) > .then(error => { > if (error) { > if...

> @sergip76 Did you find a solution to this? I've been struggling with the same issue, namely reacting to user closing the payment modal. Sorry, I have not found any...