Changing camera permission from setting is Terminating my app and launching it from beginning. Thus forcing user to go through each screen every everytime.
Message from debugger: Terminated due to signal 9
Is there any possible way so I can restore app state after changing camera settings? User can start from the same page after changing permissions.
Thanks in Advance.
Changing camera permission from setting is Terminating my app
This is expected behaviour.
Thus forcing user to go through each screen every everytime.
This is really the domain of your app. If you want the user to come back to the same page, you need to save enough state so that, when the system relaunches your app, it can restore the UI.
How you do that depends on a lot of things, including the platform you’re targeting, the UI framework you’re using, and the overall structure of your app.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"