Greetings -
If I build an app using DocumentGroup
, I get the document picker when the app launches.
A good iOS app should restore the state the app was in when it was closed. It seems like with DocumentGroup, when the user leaves my app and the app is killed, the next time they launch it, they have to remember the document they were working on and reopen it.
How can I have my DocumentGroup-based app restore the last open document at launch?
FB13874563
Thanks - Steve