Yubico / yubikit-android

Yubico Mobile Android SDK - YubiKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read Yubico OTP throws error

nejcburic opened this issue · comments

commented

I've been checking AndroidDemo project in the repository. Since You updated Android dependencies, createIntent method in ActivityResultContract changed parameter input from nullable to non nullable. It throws error when trying to request otp.

Test App:

  • open YubiOTP screen
  • tap read yubico otp button

Source code:

  • YubiOtpFragment, OtpContract class.

Hi, thanks for reporting this issue, I will review this asap.

@nejcburic I fixed this in #70

commented

Cool