Skip to content

Releases: RoverPlatform/rover-ios

4.9.0

18 Dec 19:00
Compare
Choose a tag to compare

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

04 Sep 21:13
Compare
Choose a tag to compare

Release Notes

  • Updates Privacy Manifest for UI module

4.8.0

15 Aug 17:42
Compare
Choose a tag to compare

Release Notes

  • Added support for AXS
  • Resolved Ticketmaster Ignite dependency issue

4.7.0

24 Jul 14:34
Compare
Choose a tag to compare

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

10 Jul 16:23
Compare
Choose a tag to compare
4.7.0 RC 1 Pre-release
Pre-release

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

30 Apr 15:46
Compare
Choose a tag to compare

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

08 Mar 21:03
Compare
Choose a tag to compare

Release Notes

4.4.1

10 Jan 19:31
Compare
Choose a tag to compare

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

17 Nov 17:03
Compare
Choose a tag to compare
  • 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

31 Aug 19:53
Compare
Choose a tag to compare

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 the rover.io domain appears first in the list given to DataAssembler(associatedDomains:)