Version 5.1.0
Added
- Added
JsonResponse
toAdjustAttribution
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