revtel / react-native-nfc-manager

React Native NFC module for Android & iOS
MIT License
1.35k stars 317 forks source link

NfcManager.getIso15693HandlerIOS is undefined #310

Closed digitex5 closed 4 years ago

digitex5 commented 4 years ago

I am developing an IOS application that is going to read and write to a ISO15963 tag. I've tried your example project AppV2Iso15693.js. It connects to the device and I can successfully read the tag id. But, getIso15693HandlerIos function of NFCManager returns undefined. Am I missing a key configuration? I added the capability of NFC from Xcode and I also added reader session format to the entitlements file. Has anybody encountered the same issue?

Sorry if the information that I gave is not enough. I will be happy to share further information if necessary.

digitex5 commented 4 years ago

Ok, I found the reason for this issue. It was my bad. I was referencing the example code(AppV2Iso15693.js) in a different branch(ios-15693) other than master branch. Names of the functions of the iso15693HandlerIOS are not the same within both branch. So, I close the issue.