Skip to main content
Visitor II
April 12, 2022
Solved

Importing the iOS NFC Tap SDK

  • April 12, 2022
  • 1 reply
  • 914 views

How can i Import the iOS NFC Tap SDKs to my swift app ? which Libs are relevant ?

    This topic has been closed for replies.
    Best answer by victor laraison

    hi Mbell,

    iOS NFC Tap SDK is not provided as a "lib" into the application. You have to add and compile every files located into the folder st25sdklib from the iOS NFC Tap app.

    Then , update your bridging header file accordingly and Header Search Path into your target build setting.

    The most important external library to be used is the J2OBC. I attached here a document on how to use it.

    Hope it helps.

    Thx and br,

    1 reply

    ST Employee
    April 20, 2022

    hi Mbell,

    iOS NFC Tap SDK is not provided as a "lib" into the application. You have to add and compile every files located into the folder st25sdklib from the iOS NFC Tap app.

    Then , update your bridging header file accordingly and Header Search Path into your target build setting.

    The most important external library to be used is the J2OBC. I attached here a document on how to use it.

    Hope it helps.

    Thx and br,