My iPad app opens PDF files handed to it from other apps. However, when another app calls it to open, my app launches and starts from scratch, causing the user to log in again and lose their place within the program. Is there any way to open the already running instance and open the given file within it?
Share
You should be implementing
application:handleOpenURL:.