lifetime - How does the life-time of an LAContext instance in iOS 8 behave? -


i wondering how lifetime of lacontext instance localauthentication framework looks in ios 8.

in ios 9 , later, there invalidate method manually invalidate current context. if not using method, lacontext instance still active , store state of evaluation. 1 could nil/release after usage, need instance across functionality additional things validation of availability of , enable invalidate method @ different point of vc. happen on ios 8? ask apple, because docs not clarify this, wanted reach out more thoughts beforehand.

thanks everyone!

answer apple: on ios 8, behaves on ios 9 , later without calling invalidate, in order terminate after using it, developer can nil , instance released.


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -