This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
Releases: BranchMetrics/unity-plugin
Releases · BranchMetrics/unity-plugin
TUNE Unity Plugin v4.3.0
- Updates plugin to use Tune SDKs -- Android 4.6.0, iOS 4.9.0
- Restores "struct" for some types in TuneStructs.cs to fix app crash related to marshalling
Known Issue: Possible app crash related to TuneEventIos
marshalling.
TUNE Unity Plugin v4.2.0
- Updates plugin to use to Android 4.5.0, iOS 4.7.0
- Adds
trackerDidEnqueueUrl
listener callback - Removes measurement by event id
- Adds
DidSessionStartFromTunePush
,GetTunePushInfoForSession
Unity methods - Adds
IsUserInSegmentId
,IsUserInAnySegmentIds
,ForceSetUserInSegmentId
Unity methods - Prepackage GPS aars required for Push Notifications
- Fix custom Application class build script to work with Java 1.8
Known Issue: Possible app crash related to TuneEventIos
marshalling.
TUNE Unity Plugin v4.1.1
- Google Play Services rev. 30 has moved the library location in the Android SDK folder, GPS import script has been updated to use the new location to import the required aar to collect Google Advertising ID. Unitypackage has been updated to ship with required aar as well.
- Update JARs to be compatible with Java 1.8. Will require JDK 1.8 in Unity -> Preferences -> External Tools -> JDK.
TUNE Unity Plugin v4.1.0
- TUNE Android SDK 4.1.2
- TUNE iOS SDK 4.3.0 - includes a compatibility fix for Facebook Unity plugin
- Adds Android support for
setShouldAutoCollectDeviceLocation
TUNE Unity Plugin v4.0.1
- Fixes Android init call when called non-natively
TUNE Unity Plugin v4.0.0
- TUNE Android SDK 4.0.3
- TUNE iOS SDK 4.2.0
- Adds In-App Marketing functionality: http://developers.mobileapptracking.com/enabling-in-app-marketing/
- To update from 3.x, please see this guide: https://developers.mobileapptracking.com/migrating-sdk-from-3-x-x-to-4-x-x/
MAT Unity Plugin v3.12.1
- Includes MAT iOS SDK 3.15.1 - fixes invoking of FB SDK's activateApp call when setFacebookEventLogging is enabled
MAT Unity Plugin v3.12.0
- Includes MAT Android SDK 3.11.4
- Includes MAT iOS SDK 3.15.0
MAT Unity Plugin v3.11.0
- Support for deep links
- Support for deferred deep links
- Automatically records deep link url and source package name when app is opened with a deep link
- Adds
setDeepLink(string)
method to be used to explicitly set the deep link url if not using Application.openURL() in case of deferred deep links - Includes MAT Android SDK 3.11.2
- Includes MAT iOS SDK 3.14.0
MAT Unity Plugin v3.10.1
- Undo a bad merge which fixes Android MATEvent class reference in object conversion
- Fixes Android MATEvent date conversion