jellomaster

Results 12 comments of jellomaster

Yes I think this is a good idea.

You'll need to handle permissions on your side.. so make a popup with the terms and agree/deny buttons. On agree save the setting and continue as normal. If they disagree,...

I don't think you need to change anything in the plugin... The optimal solution would be for another plugin. The plugin should use some sort of database (ex. sqlite) and...

Daniel. The 2.0 alpha plugin was written in Kotlin so you'll need to enable Kotlin in your project. Adding the following line to config.xml should do the trick: `` The...

Apologies... didn't mark the line as code. Now it should appear just fine. Add that line in your config.xml under the AndroidXEnabled line and you'll get rid of the Didn't...

I'm also looking forward to this getting merged.

Ratson fixed this yesterday. There's no release tag but you can get the fixed code from the master branch.

I think the problem is that you're using a 3rd party validator that doesn't pass back the expired response properly.

There's a whole bunch of breaking changes upgrading from 11.X to 12.X. See this for the upgrade guide: https://developers.google.com/admob/ios/migration#swift_naming_support The swift code was not updated so you won't be able...

The IOS pod will serve ads through 2027 so plenty of time to rewrite. For Android you don't need the newest version. Just need a version that targets SDK 34...