When I add authentication identifier identifier on the first screen, it looks like a warning with "TouchId for the name of your application - Local message - Enter password-Cancel" How to remove this warning?
I think you cannot remove this warning!
From iOS 9, Apple provides an API to remove the default alert popup. To do this, we just need to invalidate the existing LAContext policy.
authenticationContext.invalidate ()
Notes: -
, LAErrorAppCancel.
, , LAErrorInvalidContext.
, , .
I used this code to clear the warning fingerprint view
Context.invalidate() Context = nil
Source: https://habr.com/ru/post/1607622/More articles:JobScheduler: Error creating jobs for time for custom InputDStream - apache-sparkHow to get current registered user using Principal or Account service - angularjsHow to find the image creation date in the (private) Docker registry (API v2)? - dockerPHP shows data - htmlArray graphic documents in mongodb collection - mongodbHow to activate spark search? - hadoopAndroid GCM автоматически получает push-уведомление - androidUsing CookieHandler with OkHttp and Retrofit 2 - androidIs it possible to remove spaces from a property name inside a reduction function? - javascriptкак отключить сообщение об ошибке стека? - jasmineAll Articles