Releases: audienceproject/userreport-ios-sdk
Releases · audienceproject/userreport-ios-sdk
Release of 1.0.0
- Implemented hashing of emails
- API survey change
- Implementation of trackScreenView and trackSectionScreenView
- Rename of the module from UserReport to UserReportSDK to avoid ambiguity
- Implementation of identifier for vendor
- Support of iOS 9 is restored
Breaking changes: no need to use UserReport.shared?.trackScreenView()
User parameter optional for the UserReportSettings
User
parameter is optional whenUserReportSettings
is setup so to Simplifying API surface- Section tracking is implemented
(UserReport.shared?.trackSectionScreenView(sectionId))
BREAKING CHANGES:
UserReport.shared?.trackScreen()
renamed toUserReport.shared?.trackScreenView()
Survey popup improvement
- Survey popup improvement
BREAKING CHANGE: Dropped support for iOS 9
Fixed Objective-C support and added Objective-C integration example
Fixed Objective-C support and added Objective-C integration example
Fixed homepage for the package
0.0.2 Fixed homepage. v2
Initial release
0.0.1 Fixed homepage. v2