Releases: apptentive/apptentive-ios
Releases · apptentive/apptentive-ios
5.2.9
Improvements
- Convert to full use of secure archiving/unarchiving.
- Convert use of other deprecated APIs to use newest APIs where available.
- Guard use of deprecated code with
@available
checks, and suppress warnings for newer deployment targets.
- Warnings no longer automatically block compilation.
5.2.8
Improvements
- Add the ability to hide the About Apptentive (i) button from Message Center and Surveys.
5.2.7
Bugs Fixed
- Fix a bug with gesture-driven dismissal of Message Center and Surveys.
5.2.6
Bugs Fixed
- Fix a bug where running an app built with Xcode 10 on iOS 13 can result in unreadable (all-magenta) Survey and Message Center views.
5.2.4
Bugs Fixed
- Work around an iOS bug where survey text fields could disappear.
- Fix an issue where hidden messages (send with
sendAttachment()
) were visible in Message Center
Improvements
- Explicitly set the protection level on Message Center attachments.
- Also ask for name when Message Center requires an email address.
5.2.3
Bugs Fixed
- Fix problem that required app relaunch to receive replies in Message Center.
- Correct handling of event names that include any pound signs, percent signs, or slashes.
5.2.2
Improvements
- Add session identifier to help group events by session
Bugs Fixed
- Move core data completely off of main thread
- Explicitly set quality of service on background queues
5.2.1
Bugs Fixed
- Pause network requests when network is unreachable
- Fix survey layout warning on rotation from landscape to portrait
v4.0.11
This is a legacy release for customers who need to support iOS 8 devices. If you do not need to support iOS 8, please use the most recent 5.x or later release.
Bugs Fixed
- Add availability check for appearanceWhenContainedInInstancesOfClasses
5.2.0
Improvements
- Added
preInteractionCallback
to intercept interactions flow.