Skip to content

Releases: audienceproject/userreport-ios-sdk

Release of 2.0.6

12 Aug 13:09
Compare
Choose a tag to compare

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

02 Aug 14:34
Compare
Choose a tag to compare

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

  • Optimize user agent handling by @PGHM in #24

New Contributors

  • @PGHM made their first contribution in #24

Full Changelog: 2.0.4...2.0.5

Release of 2.0.4

18 Nov 10:23
Compare
Choose a tag to compare

Added application version parameter

Refactoring / code cleanup

22 Sep 09:12
Compare
Choose a tag to compare
  • Refactoring Network class
  • refactoring Store class
  • Update getting user-agent

Proper work with memory

13 Sep 12:01
Compare
Choose a tag to compare
  • General code cleanup
  • Addressing #17 and #19 race condition
  • Proper work with memory
  • Fix for survey popup close button position

Release of 2.0.1

09 Jun 10:49
b8acb7e
Compare
Choose a tag to compare

Fixed occasional crashing on getting configuration. Issue: #17

Add obj-c back compatibility

03 Sep 16:57
299bf00
Compare
Choose a tag to compare

Fixed Objective-C compatibility issues

Anonymous tracking is added

03 Sep 13:39
Compare
Choose a tag to compare

Anonymous tracking API is added: following contract can be used: UserReport.shared?.anonymousTracking

Support for IAB consent framework

18 May 15:03
Compare
Choose a tag to compare

Support for IAB consent framework is added

User and Settings classes are renamed to avoid naming conflict

13 Mar 12:22
Compare
Choose a tag to compare
  • User and Settings classes are renamed to avoid naming conflict. ISSUE: #4