Last updated
Was this helpful?
NFC Wallet SDK for Android includes libraries to integrate into your digital wallet application.
The delivery package also includes API documentation to support your integration.
Library files follow this naming convention:
TSHPaySDK-<build type>-<version number>.<version qualifier>.aar
<version qualifier> is optional and depends on the delivery (for example, rc1).
<build type> is one of:
release: Use for Production and certification builds.
dev: Use for development and testing only. It is functionally equivalent to release, except it enables SDK logging, HTTP inspection, and debugging. Do not release a digital wallet application that includes the dev build.
Do not use the dev SDK build in Production.
For Production, set your digital wallet application to non-debuggable:
Set debuggable false in build.gradle.
Set android:debuggable="false" in AndroidManifest.xml.
If a Production build initializes with the dev library, initialization fails with DEBUG_SDK_USED.
Last updated
Was this helpful?
Was this helpful?