Tangem Developers Portal
For Organizations
For Customers
GitHub
Search…
Introduction
About Tangem card
Features
Getting started
iOS
Android
React Native
Cordova
Capacitor
Flutter
PC/Mac/Linux (JVM)
Usage
Powered By
GitBook
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.
1
<platform name="ios">
2
...
3
<preference name="deployment-target" value="13.0" />
4
<preference name="SwiftVersion" value="5.0" />
5
</platform>
Copied!
Scan card
Sign data
Previous
React Native
Next
Capacitor
Last modified
7mo ago
Copy link
Contents
Requirements
iOS
Android
Installation
IOS Notes