ios-legacy
ios-legacy copied to clipboard
PIN is requested again when opening notification view
From my PoV not really necessary and for my workflow contraproductive. Though not really a big issue for me.
Notification view == the thing I can swipe down at the top to see my mail notifications etc.
Hi @LukasReschke ,
We launch the Pincode view when we detect this event "applicationWillResignActive". Previously we have tested with other events but in the next scenario is the only event that we can detect: "Tap two times the home button" and see the carrusel applications view.
Unfortunately in that event is also the only way to detect the "Notification view".
@michaelstingl is this really a bug?
It feels like a bug, also because it don't trigger Touch ID:
@ggdiez @nasli Did Apple introduced better methods to handle this?