Skip to content

v2.2.9 - Unity 2019/2020/2021

Compare
Choose a tag to compare
@alihan98ersoy alihan98ersoy released this 13 Jan 14:31
· 98 commits to master since this release
65318c4

Upgrade Guide

No special steps are required to upgrade to 2.2.9

Changes

  • Added HuaweiMobileServices.Utils.AndroidUtils class. Methods available with this class:
LaunchAGHomePage(),
LaunchAppDetailPageAppID(string appID) ,
LaunchAppDetailPagePackageName(string packageName),
StartActivity(AndroidIntent intent),
StartActivityForResult(AndroidIntent intent, int requestCode)
  • Custom manifest file(disabled by default) added for HMSUnityPlayeractivity to catch results from the StartActivityForResult method.
  • In-App comment fixed for landscape problem. But to see the results from the In-App comment in the log, you need to remove the .old extension from the ActivityResultAndroidManifest.xml.old file. Please refer to Obtaining results.
  • Fixed asynchronous send events in the analytics kit.
  • Fixed issues when using cloud storage with byte array.