Releases: venuenext/sdkDemoApp-ios
Releases · venuenext/sdkDemoApp-ios
v3.3.0
v3.2.1
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
What's New?
This release adds some enhancements to the QR scanner.
This is a drop-in for integrators.
VNWebSDK v3.1.0
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)