Skip to content

Google Mobile Ads Unity Plugin v6.0.1

Compare
Choose a tag to compare
@JillSong JillSong released this 22 Jun 15:43
· 244 commits to master since this release

Plugin:

  • Fixed #1613 where build error occurs on Unity 2021.
  • Fixed #1616 where iOS build contains undefined symbol.
  • Automatically added SKAdNetworkIdentifiers recommended by https://developers.google.com/admob/ios/ios14#skadnetwork into generated iOS builds. You can manage the list of SKAdNetworkIdentifier values by editing Assets/GoogleMobileAds/Editor/GoogleMobileAdsSKAdNetworkItems.xml.

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 issue:

  • 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