Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Releases: BranchMetrics/unity-plugin

TUNE Unity Plugin v4.3.0

15 Sep 01:20
Compare
Choose a tag to compare
  • 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

16 Aug 23:32
Compare
Choose a tag to compare
  • 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

02 Jun 20:35
Compare
Choose a tag to compare
  • 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

20 May 19:36
Compare
Choose a tag to compare
  • 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

15 Apr 22:46
Compare
Choose a tag to compare
  • Fixes Android init call when called non-natively

TUNE Unity Plugin v4.0.0

12 Apr 22:49
Compare
Choose a tag to compare

MAT Unity Plugin v3.12.1

20 Jan 00:07
Compare
Choose a tag to compare
  • 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

11 Dec 00:07
Compare
Choose a tag to compare
  • Includes MAT Android SDK 3.11.4
  • Includes MAT iOS SDK 3.15.0

MAT Unity Plugin v3.11.0

05 Nov 18:17
Compare
Choose a tag to compare
  • 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

07 Oct 00:33
Compare
Choose a tag to compare
  • Undo a bad merge which fixes Android MATEvent class reference in object conversion
  • Fixes Android MATEvent date conversion