Releases: adjust/unity_sdk
Releases · adjust/unity_sdk
iAd v3 support
Added
- Support for iOS iAd v3.
Changed
- MAC MD5 tracking feature for iOS platform is now completely removed.
- Native iOS SDK updated to version 4.5.0.
- Native Android SDK updated to version 4.2.1.
Native versions:
Pull Request #60
WACK
Added
- Changelog is now added to the repository.
Changed
- Adjust prefab
Start Manually
option is now TRUE by default (uncheck it if you want Adjust.prefab to be loaded automatically with settings you set in Unity Editor). - Adjust prefab
Print Attribution
option is now TRUE by default.
Fixed
- If
Adjust.instance
is already initialized, re-trying to initialize it (if you have chosen to initialize SDK automatically) won't happen anymore inAwake
method. WACK
doesn't fail anymore when validating app package in Visual Studio.- Users shouldn't face post build scripts execution issues anymore.
Native versions:
Pull Request #58
Windows targets
- Added windows 8.1 and windows phone 8.1 targets
Native versions:
[email protected]
[email protected]
[email protected]
Pull Request #50
Foreground / background handling
- Handling OnApplicationPause not being called on scene load
- Updating native SDK libraries to Android
4.1.3
and iOS4.4.1
Native versions:
[email protected]
[email protected]
Pull Request #53
Receipt validation
- Adding .py extension to scripts for better handling on different operating systems
- Adding
macMd5TrackingEnabled
property to AdjustConfig for iOS - Adding
processName
property to AdjustConfig for Android - Exposing Android native
setReferrer
method - Exposing iOS native
setDeviceToken
method - Exposing
setReceipt
andsetTransactionId
methods to AdjustEvent for iOS receipt validation
Native versions:
[email protected]
[email protected]
Pull Request #48
Unity sync
- Disabling user to set SDK prefix
- Adding startAutomatically field in AdjustConfig for Android platform
- Updating native libraries to Android 4.1.1 and iOS 4.2.7
- Removing
-all_load
flag from XCode other linker flags, adding-ObjC
instead - Updating the docs
Native versions:
[email protected]
[email protected]
Fix for bool handling in JNI
Adjust SDK v4.0.0
Added adjust SDK v4.0.0 for Android and iOS
Native versions:
[email protected]
[email protected]
Pull Request #40
Unity editor compatibility
Add exception for Unity editor
Prevent SDK relaunch
Native versions:
[email protected]
[email protected]
[email protected]
Pull Request #35
Unity 3.6 compatibility
Android SDK target changed to 21, to be compatible with Unity3d version 3.6
Native versions:
[email protected]
[email protected]
[email protected]
Pull Request #33