Skip to content

Version 30

Choose a tag to compare

@Seanm07 Seanm07 released this 20 Aug 13:06
· 8 commits to master since this release

iOS

  • Test device id is now correctly generating a valid lowercase MD5 hash of the IDFA used to set admob test mode
  • Note: There's a separate issue of the ad inspector failing to open on iOS with an SSL error but this is a future issue to fix..
  • Fixed TenjinManager.cs causing an iOS only app crash when calling baseTenjin.SetCustomerUserId(..) with a null string
  • Fixed AdMob Manager paid events always recording ad value as 0 on iOS due to using type long instead of double with decimals

Overall

  • Fixed PersonalisationManager.cs referencing a non-existent script GameManager to check if on android TV platform, this has been replaced with a direct call to PickleCore.IsAndroidTV()