Yubico / yubikit-ios

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

registering as using "com.yubico.ylp" accessory causes rejection by Apple app review #106

Closed palmin closed 2 years ago

palmin commented 2 years ago

I have followed the SDK instructions to support YubiKeys over Lightning by adding

<key>UISupportedExternalAccessoryProtocols</key>
<array>
    <string>com.yubico.ylp</string>
</array>

to the Info.plist but Apple rejects my app update because

your app has not been authorized by the accessory manufacturer to work with the MFi accessory.

There is no mention of this in the SDK. Is it a new requirement from Apple or do you believe I have been unfairly rejected by Apple app review?

What is the process for my app to become authorized?

You can sign up for a TestFlight beta of the app containing YubiKey support to try it out.

palmin commented 2 years ago

There was some helpful information in a closed issue.