Skip to content

Releases: venuenext/sdkDemoApp-ios

v3.3.0

20 Oct 15:36
8dedc9a

Choose a tag to compare

What's New?

This release adds support for adding a pass to Apple Wallet. This version is also now available via SPM.

v3.2.1

22 May 17:34
943c017

Choose a tag to compare

What’s New

This release adds a privacy manifest to the SDK to comply with Apple’s privacy nutrition label requirements in the App Store.

v3.1.1

06 Dec 19:17
26b0a1a

Choose a tag to compare

What's New?

This release adds some enhancements to the QR scanner.

This is a drop-in for integrators.

VNWebSDK v3.1.0

08 Sep 19:21

Choose a tag to compare

What's New?

This release adds a deep link route and convenience functions to allow integrators to directly show the "Load Tickets" tile.

Added

Deep link URL for launching Load Tickets from outside of the app:

<APP_SCHEME>://vn/wallet?showExchangeServiceDialog=1

Showing Load Ticket from within the app:

// Push Load Ticket onto the stack as a new screen
navigationController?.pushLoadTicket()

// Present Load Ticket as a full screen modal
navigationController?.presentLoadTicket(completion: nil)