Releases: adjust/ios_sdk
Releases · adjust/ios_sdk
Add option to disable the SDK temporarily
Add option to disable and enable the SDK temporarily.
Avoid tracking duplicate transactions
Pass a transactionId
to our trackRevenue
methods to avoid tracking the same transaction twice.
That is especially useful if you're tracking In-App Purchases. See our migration guide for details.
In-App Source Access
Add delegate to support in-app source access.
We renamed AdjustIo
to Adjust
. Please refer to the migration guide to update your projects.
Add proprietary ID
Add method to disable MacMd5 tracking
Check availability of NSURLIsExcludedFromBackupKey
Avoid crashing on iOS 5.0.1 and lower.
Simplify AILogger
Make AILogger completely static
Removes race condition
Support for SDK wrappers
Support for SDK wrappers for Unity and Adobe Air
Removes local files from backups
Removes unused code
Buffered, sandbox, tracking
Main improvements
- event buffering
- sandbox environment
- sends
tracking_enabled
Check out our migration guide.
Remove AFNetworking, support iOS4.3 and CocoaPods
Improvements
- Use
NSMutableUrlRequests
instead ofAFNetworking
- Remove dependency AFNetworking
- Support iOS 4.3 again (recent AFNetworking required iOS 5.0)
- Support CocoaPods via Podspec (see README.md)
Check out our updated migration guide to upgrade to v2.0.1.