Cordova

Integration time — 8 minutes.

GitHub - Tangem Card SDK Cordova

Requirements

iOS

iOS 13+ (CoreNFC is required), Xcode 12.5.1+ SDK can be imported to a project with target version iOS 11, but it will be able to work only from iOS 13.

Android

Android with minimal SDK version of 21 and a device with NFC support.

Installation

cordova plugin add tangem-sdk

IOS Notes

Your config.xml must contain.

    <platform name="ios">
        ...
        <preference name="deployment-target" value="13.0" />
        <preference name="SwiftVersion" value="5.0" />
    </platform>
pageScan cardpageSign data

Last updated