I am working on an app which has a lock screen and requires local auth when app reopens or it is timed out. But I am trying to implement a navigation where user taps on notification and app opens up and after the local auth it is redirected to that particular screen otherwise the local auth takes the user to dashboard.
If the app is in running mode and it gets locked and users taps on notification A1, after local auth it redirected to the particular screen A1, But if the app is closed from the background and user taps the notification A1 then it does not go to that screen A1.
any ideas or already implemented solutions for this?