Releases: googleads/googleads-mobile-unity
Releases · googleads/googleads-mobile-unity
Google Mobile Ads Unity Plugin v7.3.0
Plugin:
- Requires using Google Mobile Ads Android SDK v21.3.0 or higher.
- Requires using Google Mobile Ads iOS SDK v9.11.0 or higher.
- Added response information for ad networks to the ad response.
Built and tested with:
- Google Mobile Ads Android SDK 21.3.0.
- Google Mobile Ads iOS SDK 9.11.0
- External Dependency Manager for Unity 1.2.171.
Google Mobile Ads Unity Plugin v7.2.0
Plugin:
- Added support for Android initialization and ad loading optimization.
- Fixed issue with AppOpenAd.GetResponseInfo() not completing on Android.
- Fixed display issue for AdInspector on the Unity Editor platform.
Built and tested with:
- Google Mobile Ads Android SDK 21.0.0.
- Google Mobile Ads iOS SDK 9.0.0
- External Dependency Manager for Unity 1.2.171.
Google Mobile Ads Unity Plugin v7.1.0
Plugin:
- Added AppStateEventNotifier as a better option to OnApplicationPause for app open ads.
Built and tested with:
- Google Mobile Ads Android SDK 21.0.0.
- Google Mobile Ads iOS SDK 9.0.0
- External Dependency Manager for Unity 1.2.171.
Google Mobile Ads Unity Plugin v7.0.2
Plugin:
- Added support for GMA Android SDK v21. Requires using GMA Android SDK v21.0.0 or higher.
Built and tested with:
- Google Mobile Ads Android SDK 21.0.0.
- Google Mobile Ads iOS SDK 9.0.0
- External Dependency Manager for Unity 1.2.171.
Google Mobile Ads Unity Plugin v7.0.1
Plugin:
- Fixed Github issue 1943 related App Id saving.
- Fixed Github issue 2001 related to Android manifest.
- Fixed Github issue 2003 related to Ad Inspector crash.
- Added Dummy AdInspector for Unity editor.
Built and tested with:
- Google Play services 20.6.0
- Google Mobile Ads iOS SDK 9.0.0
- External Dependency Manager for Unity 1.2.171.
Google Mobile Ads Unity Plugin v7.0.0
Plugin:
- Added support for GMA iOS SDK v9. Requires using GMA iOS SDK v9.0.0 or higher.
- Fixed #1620
- Updated to use External Dependency Manager for Unity 1.2.169.
Built and tested with:
- Google Play services 20.6.0
- Google Mobile Ads iOS SDK 9.0.0
- External Dependency Manager for Unity 1.2.169.
Google Mobile Ads Unity Plugin v6.1.2
Plugin:
- Fixed Github issue 1786 related to GoogleMobileAdsSettings.
- Fixed issue related to missing GADUAdNetworkExtras.h file when using some mediation adapters.
Built and tested with:
- Google Play services 20.2.0
- Google Mobile Ads iOS SDK 8.8.0
- External Dependency Manager for Unity 1.2.165
- iOS builds require minimum XCode version 12.5
Known issue:
- iOS Resolver library cannot be loaded in Unity 2021.1.11 and 2021.1.12. It can be loaded properly with Unity 2021.1.10. See googlesamples/unity-jar-resolver#441 for more information.
Google Mobile Ads Unity Plugin v6.1.1
Plugin:
- Added support for ad inspector.
Built and tested with:
- Google Play services 20.2.0
- Google Mobile Ads iOS SDK 8.8.0
- External Dependency Manager for Unity 1.2.165
- iOS builds require minimum XCode version 12.5
Known issue:
- iOS Resolver library cannot be loaded in Unity 2021.1.11 and 2021.1.12. It can be loaded properly with Unity 2021.1.10. See googlesamples/unity-jar-resolver#441 for more information.
Google Mobile Ads Unity Plugin v6.1.0
Plugin:
- Fixed #1620
- Added support for iOS 14+ same app key
- Added support for App Open ads.
Built and tested with:
- Google Play services 20.2.0
- Google Mobile Ads iOS SDK 8.8.0
- External Dependency Manager for Unity 1.2.165.
- XCode 12.5
Known issue:
- iOS Resolver library cannot be loaded in Unity 2021.1.11 and 2021.1.12. It can be loaded properly with Unity 2021.1.10. See googlesamples/unity-jar-resolver#441 for more information.
Google Mobile Ads Unity Plugin v6.0.2
Plugin:
- Fixed #1677 where build error occurs on XCode 12.4. This version requires Xcode 12.4 where the previous version required Xcode 12.5.1.
Built and tested with:
- Google Play services 20.0.0
- Google Mobile Ads iOS SDK 8.2.0
- External Dependency Manager for Unity 1.2.165.
Known issues:
-
iOS Resolver library cannot be loaded in Unity 2021.1.11 and 2021.1.12. (Did not test 2021.2.0 beta yet). It can be loaded properly with Unity 2021.1.10. See googlesamples/unity-jar-resolver#441
-
Android builds fail with Unity 2019.4.28f1. The work around is to export the Android Studio project, set the gradle version in
build.properties
to 3.4.3, and manually declare yourAPPLICATION_ID
in the AndroidManifest.xml.