2022-04-12 08:02 AM
How can i Import the iOS NFC Tap SDKs to my swift app ? which Libs are relevant ?
Solved! Go to Solution.
2022-04-20 12:32 AM
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,
2022-04-20 12:32 AM
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,