rushisangani / BiometricAuthentication

Use Apple FaceID or TouchID authentication in your app using BiometricAuthentication.
MIT License
831 stars 110 forks source link

Authenticate view appears on other screens such as notification #37

Closed anz6490 closed 4 years ago

anz6490 commented 4 years ago

I set a timer of 5 min to logout the app and shows loginViewConroller. In view will appear I call the Authenticate method.

But the problem is if the user is not on app screen and reading notification. When timer triggers and authenticate view appears on top of Notification screen.

rushisangani commented 4 years ago

@anz6490 I believe, this is not the library issue. You have to manage according to the application requirement.