Releases: audienceproject/userreport-ios-sdk
Releases · audienceproject/userreport-ios-sdk
Release of 2.0.6
This release includes minor adjustments addressing issues related to the application's crashes.
What's Changed
- Resolved an application crash that occurred when the NSUserTrackingUsageDescription parameter was not specified.
Full Changelog: 2.0.5...2.0.6
Release of 2.0.5
This release includes small performance optimization relevant to user agent handling.
For now sdk tries to get user agent only one time and use it for all future requests.
What's Changed
New Contributors
Full Changelog: 2.0.4...2.0.5
Release of 2.0.4
Added application version parameter
Refactoring / code cleanup
- Refactoring Network class
- refactoring Store class
- Update getting user-agent
Proper work with memory
Release of 2.0.1
Fixed occasional crashing on getting configuration. Issue: #17
Add obj-c back compatibility
Fixed Objective-C compatibility issues
Anonymous tracking is added
Anonymous tracking API is added: following contract can be used: UserReport.shared?.anonymousTracking
Support for IAB consent framework
Support for IAB consent framework is added
User and Settings classes are renamed to avoid naming conflict
- User and Settings classes are renamed to avoid naming conflict. ISSUE: #4