Yubico / yubikit-ios

Yubico Mobile iOS SDK - YubiKit
Apache License 2.0
195 stars 43 forks source link

Specify CoreNFC as a weak framework #80

Closed torokzsolt closed 2 years ago

torokzsolt commented 2 years ago

While using this library we've got reports from users that our application was not able to launch on iPod Touch devices. We're aware that these devices doesn't support NFC, but we didn't even used any features that'd require it. After some investigation we found that if we specify CoreNFC as a weak framework the application works fine on these devices as well as devices that has NFC and builds on that feature.