Cordova
Integration time — 8 minutes.
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 with minimal SDK version of 21 and a device with NFC support.
cordova plugin add tangem-sdk
Your
config.xml
must contain. <platform name="ios">
...
<preference name="deployment-target" value="13.0" />
<preference name="SwiftVersion" value="5.0" />
</platform>
Last modified 1yr ago