iOS Sample App 6.5
Table of contents
Overview
The sample iOS app demonstrates the recommended way of integrating the uSDK as well as invoking its methods. The application requires iOS uSDK version 6.5, you can download the latest release from the corresponding release page.
Downloads
Version 6.5 | |
---|---|
Download link (credentials required) | Click here |
Release SHA256SUM | 217eec0ed08cd522f516b426db3ec74ea9b662ab5f604463efcd580f21d547ea |
Version | 6.5.35 |
Last updated at | Nov 11, 2021 |
Configuring the Sample App
Installation
- Place the uSDK.framework directory into the project directory
- In Xcode, click on the project. Then click on the ThreeDS-Sample target. Finally, click on Build Phases.
- Expand the Link Binary With Libraries section.
- Click the +
- Then click Add Other and choose Add Files
- Navigate to the uSDK.framework directory
- Click Open
- Return to Build Phases
- Click the + button in the upper right hand corner
- Add a new Copy Files Phase
- In the Copy Files Phase, in the Destination dropdown, select Frameworks
- Press the + in the Copy Files phase
- Press Add Other, locate uSDK and click Open
Running the Sample App
- Connect your device via USB to your computer.
- To run the application press Run button at the top of Xcode.
Notes
- Please note, if you run the sample backend locally and the mobile application on a physical device, then the URL the app talks to the backend should be a LAN address versus http://localhost
Changelog
6.5.35 - 2021-11-11
- Initial release for uSDK 6.5