Skip to content

Version 26

Choose a tag to compare

@Seanm07 Seanm07 released this 28 May 16:00
· 11 commits to master since this release

Android

  • Fixes issues with safe area xMax/width reporting incorrect values on newer versions of android
  • Gradle templates and manifests are no longer included with the plugin as they differ with Unity version, a separate step in the plugin guide handles importing gradle templates and android manifest

iOS

  • Fixed CrossPlatformManager.cs errors due to android only code not being wrapped in platform defines when building on iOS

Overall

  • Fixed making multiple AdMob interstitial show requests before the CMP had finished doing auth flow causing a soft lock due to multiple click lock screens being stacked
  • Any attempts to call a CMP auth flow while one is already pending now gracefully returns and throws a warning