Skip to content

Version 5.1.0

Compare
Choose a tag to compare
@uerceg uerceg released this 28 Feb 11:21
· 22 commits to master since this release
19a71e8

⚠️ Use v5.1.3 or later instead.


Added

  • Added JsonResponse to AdjustAttribution where every key-value pair sent by the backend as part of the attribution response can be found.
  • Added the ability to specify the name of custom Android activity which you might be using instead of the default com.unity3d.player.UnityPlayerActivity (#273).

Changed

  • Switched to adding <intent-filter> per specified Android URI scheme instead of adding them all as <data> entries to the same intent filter (#266).
  • Moved execution of all the C# callbacks into the main Unity thread (#277, #310).

Native SDKs


Kudos

Big thank you to @CodeMasterYi (#267).


Pull Request #326