Skip to content

v2.0.5 - Unity 2019/2020

Compare
Choose a tag to compare
@sametguzeldev sametguzeldev released this 12 May 04:12
· 2 commits to 2.0 since this release
357d265

Changes

  • Prevented setting files getting overwritten when upgrading the plugin.
  • Added "Check for Updates" menu item under Huawei.
  • Added version controlling if there is a newer version released on github.
  • Fixed IAP Cancelling Purchase bug.
  • Fixed DataMessage coming from AGC Push Kit service not triggering OnMessageReceived function.
  • Added NotificationDataOnStart callback. This method will get triggered if user opens the unity for the first time by clicking to unity game notification in notification center when there is a push notification sent from Push Kit Server/AGC as Notification Message.
  • Added OnNotificationMessage callback. This method will get triggered if user clicks to unity game notification from notification center while unity is already present/opened before when there is a push notification sent from Push Kit Server/AGC as Notification Message.
  • Added TitleLocatizationArgs and BodyLocatizationArgs into RemoteMessage class.
  • Fixed HMSPluginUpdater leaving an empty gameobject if it throws error inside.