Releases: applivery/applivery-ios-sdk
Releases · applivery/applivery-ios-sdk
4.1.0
4.0.0
What's Changed
- migrate callback to async await by @FranAlarza in #48
- create video feedback by @FranAlarza in #44
- new menu, you can select screenshot or video
3.4.0
What's Changed
- Allow inject custom hosts by @FranAlarza in #46
- Change host key by @FranAlarza in #47
Full Changelog: 3.3.1...3.3.2
3.3.0
New
- Add
AppliveryDynamic
product version to SwiftPM integration. With this versión you can dinamically exclude Applivery when compiling a build for the Appstore. See the README for more information - Removed the
appStoreRelease
flag since uploading a build with Applivery to the Appstore is forbidden.
Fix
- Feedback fails detecting if user is over wifi in the latest iOS version
- Updated iOS devices list for your analytics.
Full Changelog: v3.2.3...3.3.0
v3.2.3
v3.2.2
v3.2.0
v3.1.3
v3.1.1
v3.1
New
- Public method
update()
to programmatically download and install the latest version (#22) - Public method
isUpToDate()
to check if application is updated to the latest version available (#21) - OS, device and package information is sent to Applivery, so this information can be used in planned features of the dashboard (#20)
Fixed
- Force update view is dismissable in iOS 13
- Alerts changes their position when feedback view is presented
Improvements
- Handle error 5004 (SDK not allowed) and give this feedback to the developer (#19)