underwindfall / NFCAndroid

This is a project to using android HCE by using Type-4-Tag Message to working both in iOS and Android
MIT License
288 stars 56 forks source link

Exception: decodeObjectForKey: class "NFFieldNotification" not loaded or does not exist #3

Closed yuenpinkie closed 4 years ago

yuenpinkie commented 4 years ago

I have built the iOS tag reader app. After I read the android HCE Card, I have encountered this issue. My developer account is valid so what's the problem with this? Thank you.

yuenpinkie commented 4 years ago

I have built the iOS tag reader app. After I read the android HCE Card, I have encountered this issue. My developer account is valid so what's the problem with this? Thank you.

FYI I am using iOS13 with iPhone 8 Plus and Galaxy S7 as android hce

underwindfall commented 4 years ago

@yuenpinkie It's same as issue #1 . You may find more details here.

yuenpinkie commented 4 years ago

@yuenpinkie It's same as issue #1 . You may find more details here.

Thanks for replying first of all. I have read the issue you quoted to me and I have checked the developer account. I found the developer account is valid with NFC Tag reading capability. So I have the same thoughts with user ulian-onua that the problem may due to the android HCE...as I have also used another NFC reading app on App Store to test out your android HCE project.

underwindfall commented 4 years ago

@yuenpinkie I did some changes you need to turn off your NFC in android device and recomplie project to test it.

yuenpinkie commented 4 years ago

@yuenpinkie I did some changes you need to turn off your NFC in android device and recomplie project to test it.

Thanks!! I have verified with the iOS reader app and it works without showing the same exception again!