TouchId Authentication screen disappears when any system alert pop's up

We have noticed a issue where TouchID authentication screen disappears when any system alert like OS update screen etc. is in foreground

Steps to reproduce the issue.



- Device displays any system alert like Location settings, Carrier settings, OS update etc. Do not act on the alert.

- Lock the device screen.

- Now trigger a remote push notificaiton to the device.

- on Lock screen swipe the notification, so that teh application will be launched and becomes active.

In applicationDidBecomeActive call back, try to launch TouchID screen using LAContext.



Now, we do not see the touchID screen.

Basically we want to do TouchId authentication when user launches the app by swiping the push notificaiton on lock screen.



Is there any one who faced this issue? Any possible solution?