Releases: RoverPlatform/rover-ios
Releases · RoverPlatform/rover-ios
4.9.0
Release Notes
- For AXS ticketing integration, support FlashSeats Member and Mobile IDs
- Resolve an issue where an Image URL updated by an auto-refreshing data source would lag behind one update cycle
- Resolve an issue where story positions would be erroneously persisted if URL params were used
- Resolve a crash when Rover syncs or receives a push and tries to obtain the identifier for vendor while device is in BFU state (Before First Unlock after a reboot)
4.8.1
4.8.0
4.7.0
Release Notes
- Minimum iOS version has increased to 15.0
- String interpolation is now supported by conversion tags
- Support for the Adobe Experience Cloud Platform has been added
- Added support for the Ticketmaster Ignite SDK
- Removed support for the Ticketmaster Presence SDK
- Added new Analytic Event when the user views carousel pages
4.7.0 RC 1
Release Notes
- Minimum iOS version has increased to 15.0
- String interpolation is now supported by conversion tags
- Support for the Adobe Experience Cloud Platform has been added
- Added support for the Ticketmaster Ignite SDK
- Removed support for the Ticketmaster Presence SDK
- Added new Analytic Event when the user views carousel pages
4.6.0
Release Notes
- Breaking Change: removal of the no-longer-supported Bluetooth and Advertising ID modules. If these modules are present in your project, you should remove the dependency on them and remove their Assemblers from Rover.initialize { }
- Add support for interpolating fields from Device Context in experiences (for example,
{{ device.location.address.city }}
) - To improve privacy footprint and PII usage, location module has been changed to only use coarse location (~1km minimum) and no longer includes geocoded street address
- Resolve a typo in internal event type for Privacy Mode
4.5.0
Release Notes
- Support for Story-style experiences
- Add API for receiving callbacks for button taps in Experiences (see docs https://developer.rover.io/docs/data/3rd-party-analytics#button-taps)
- Resolve background audio issues
4.4.1
Release Notes
- Resolve an issue where Safe Area modifier was not honoured when used within carousels
- Resolve an issue where media from previous carousel pages could continue to play after swiping to a different page
- Add experience URL to the Experience Screen Viewed event
4.4.0
- New API for Privacy Controls, see the developer site
- Resolve a crash involving nested carousels and page controls
- Resolve an issue with media content left playing in the background when leaving an experience screen
- Resolve issues with carousels and dynamically updating data
- Resolve an issue with carousels and collection filters
- Settings screen now uses SwiftUI
4.3.0
Release Notes
- SeatGeek support. See https://developer.rover.io/docs/data/seatgeek for details.
- Resolved issues with carousels used within a refreshing data source.
- Resolved an issue with Image layers used within a refreshing data source
- Ticketmaster module internals simplified, syncing feature that is no longer necessary removed
- When using multiple associated domains such as when supporting a legacy
judo.app
domain, it is no longer necessary to ensure that therover.io
domain appears first in the list given toDataAssembler(associatedDomains:)