This repository has been archived by the owner on Nov 2, 2023. It is now read-only.
Releases: apptentive/apptentive-ios-sdk
Releases · apptentive/apptentive-ios-sdk
ApptentiveKit Beta 4
- Fix a bug that caused conversation size to grow exponentially
- Fix a bug that could cause interactions to be counted twice for targeting purposes
- Fix a bug that could cause requests to not be retried properly
- Fix a bug that could cause survey responses to not send correctly
ApptentiveKit Beta 3
Bug Fixes
- Fix a memory leak when presenting interactions
- Fix the delay calculation for retrying failed network requests
- Fix warnings due to setting translatesAutoresizingMaskIntoConstraints for table view cells
- Fix spelling of apptentiveTextInput extension property on UIFont
- Fix a bug where retried request could become stuck in the event of a particular class of network error
- Work around an iOS 15 bug that led to clear navigation and tool bars
Improvements
- Add a toggle to disable the toolbar in Surveys
- Make the Payload Sender module use a background task to finish sending payloads on app exit
- Add ability to set an image for the survey navigation bar's title view
- Add documentation comments to remaining public methods and properties
Notes
- This release does not yet support Message Center, client login/logout, dismiss all interactions, and a number of other features of the previous SDK.
ApptentiveKit Beta 2
This beta adds support for building with a deployment target of iOS 11.0 or greater.
ApptentiveKit Beta 1
Initial Release