poingstudios / godot-admob-ios

Godot's AdMob Plugin for iOS with support for Mediations.
https://poingstudios.github.io/godot-admob-plugin/
MIT License
89 stars 14 forks source link

[FEATURE] Apple Store's privacy manifest requires Admob SDK 11.2 #97

Closed abcjjy closed 1 month ago

abcjjy commented 2 months ago

Is your feature request related to a problem? If so, please describe.

Here is the doc from apple https://developer.apple.com/news/?id=pvszzano

Here is the doc from admob https://developers.google.com/admob/ios/privacy/data-disclosure

This is a requirement for distributing apps on App Store from May 1.

What feature or improvement would you like to see?

Please update Admob SDK >= 11.2

Additional context

No response

gumaciel commented 2 months ago

Thank you for telling us this, we will update the version.

gumaciel commented 1 month ago

@abcjjy new version release with this change: v3.1.1

The new AdMob SDK version is 11.3: https://github.com/poingstudios/godot-admob-ios/commit/36692656f2ae42525ce606c2a2d224c88dbeb1f8#diff-831f04560b4bbaf98ebbed4ab352674ff2174434b4e5d6abc0ac310ae6ffda08

Please test it, you just need to re-download again from Godot Editor:

Screenshot 2024-05-05 at 19 27 57 Screenshot 2024-05-05 at 19 28 16

Closing this issue since seems to be fixed, you can re-open any time, thanks!