Welcome to our new developer portal! Use the "Ask" button to chat with our AI Agent.
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deliverables

NFC Wallet SDK for iOS is delivered as a set of libraries that you import into your digital wallet application. The delivery package also includes API documentation to help you integrate the SDK.

Included libraries

The delivery package includes the following artifacts:

  • TSHPaySDK.xcframework

    • The NFC Wallet SDK for iOS.

    • Location in the release package: binary/TSHPaySDK-<version number>-<build type>.zip

  • SecureLogAPI.xcframework

    • Used by NFC Wallet SDK to securely store SDK logs for troubleshooting.

    • Location in the release package: binary/SecureLogAPI.zip

Build types

<build type> is one of:

  • Release

    • Use for Production Environment deployments after your digital wallet application has passed required validation.

  • Debug

    • Functionally equivalent to Release, with the following differences:

      • Logging is enabled to support development and troubleshooting.

      • Anti-debugger is disabled.

Last updated

Was this helpful?