Touch ID when reopen app from background ?

Hi TMS,

I use TMSFMXNativeLocalAuthentication to unlock an iOS app.


How to reactivate Touch ID on iOS app, when reopen an app sleeping in background ?

Thank you,
Gabriel Cristea

Hi,


This can be done by implementing application events:

https://community.embarcadero.com/blogs/entry/handling-ios-application-events-39450

Thank you !