SDK v4.10.0 should not be integrated in Android apps, since we noticed errors in network communication for some Android API levels.
Added
- Added possibility to set session callback and partner parameters on
Adjustinstance withaddSessionCallbackParameterandaddSessionPartnerParametermethods. - Added possibility to remove session callback and partner parameters by key on
Adjustinstance withremoveSessionCallbackParameterandremoveSessionPartnerParametermethods. - Added possibility to remove all session callback and partner parameters on
Adjustinstance withresetSessionCallbackParametersandresetSessionPartnerParametersmethods. - Added new
Suppresslog level and for it newAdjustConfigconstructor which getsboolindicating whether suppress log level should be supported or not. - Added possibility to delay initialisation of the SDK while maybe waiting to obtain some session callback or partner parameters with
setDelayStartmethod onAdjustConfiginstance. - Added possibility to set user agent manually with
setUserAgentmethod onAdjustConfiginstance. - Added support for iOS 10.
Changed
- Deferred deep link info will now arrive as part of the attribution response and not as part of the answer to first session.
- Removed Python post build scripts in the adjust SDK unity package for Unity 5 IDE.
- Native SDKs stability updates and improvements.
- Updated docs.
- Updated Native iOS SDK to version 4.10.1.
- Updated Native Android SDK to version 4.10.1.
Native versions:
- iOS@v4.10.1
- Android@v4.10.1
- Windows@4.0.2
Pull Request #79