cancel
Showing results for 
Search instead for 
Did you mean: 

Importing the iOS NFC Tap SDK

MBell.4
Associate II

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

1 ACCEPTED SOLUTION

Accepted Solutions
victor laraison
ST Employee

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,

View solution in original post

1 REPLY 1
victor laraison
ST Employee

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,