I have an application in which I want to detect the thickness of the finger touched with. Or is there any way we can get whether the user has changed who was using the app ?
Please suggest!!
I have an application in which I want to detect the thickness of the finger touched with. Or is there any way we can get whether the user has changed who was using the app ?
Please suggest!!
Not sure that it's possible. TouchID is accessing via LAContext (see https://developer.apple.com/library/prerelease/ios/documentation/LocalAuthentication/Reference/LAContext_Class/index.html) and the only thing you can do is to request authorization and receive success\failure response.