You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
iOS
Fixed compatability issue with XCode 12
Added optional passcode fallback for iOS devices when FaceID or TouchID fails and the device has a passcode set.
Added fallbackPromptMessage to simplePrompt. This controls the message that is shown when FaceID or TouchID has failed and the prompt falls back to the device passcode for authentication.
Updated build.gradle file to avoid unnecessary downloads and potential conflicts when the library is included as a module dependency in an application project.