cancel
Showing results for 
Search instead for 
Did you mean: 

iOS ST25 SDK

ivannagara
Associate II

There is this Android SDK (Java) for ST25 Development Kit (https://www.st.com/en/embedded-software/stsw-st25sdk001.html), but I am looking for an ST25 SDK For iOS (Swift/Objective-C) So that I can use the SDK in my Flutter Application Plugin. Back then when I asked, the answer only tells me the iOS Application Source Code, not the iOS SDK (https://community.st.com/t5/st25-nfc-rfid-tags-and-readers/st25dv-sdk-for-flutter-s-ios-swift-objective-c/m-p/587701#M9247). So then, is there any iOS ST25 SDK? Thanks before!

1 ACCEPTED SOLUTION

Accepted Solutions
victor laraison
ST Employee

hi ivannagara,

The iOS source package delivered under st.com (Please, refer to https://www.st.com/en/embedded-software/stsw-st25ios012.html) contains the source code for ST25 SDK iOS. 
This is the translation of our ST25SDK Java into ObjC by the google tool J2OBJC. 
Refer to the iOS NFC Tap source code for better understanding how to include it into your environment (Bridge Header, J2OBJC environment variables, header search path...)
Don't hesitate to contact us if help needed. 
Best regard



 

View solution in original post

1 REPLY 1
victor laraison
ST Employee

hi ivannagara,

The iOS source package delivered under st.com (Please, refer to https://www.st.com/en/embedded-software/stsw-st25ios012.html) contains the source code for ST25 SDK iOS. 
This is the translation of our ST25SDK Java into ObjC by the google tool J2OBJC. 
Refer to the iOS NFC Tap source code for better understanding how to include it into your environment (Bridge Header, J2OBJC environment variables, header search path...)
Don't hesitate to contact us if help needed. 
Best regard