I'm requested to make possible to perform this sequence:
- user already has a file/backup file stored on pc/mac
- user plugs an iOS device to pc/mac whiteout my app on it
- then drags (somewhere, maybe File app?) the file resent on pc/mac
- THEN installs my app on device (not from the store, but OTA, no store restrictions), and finally starts the onboarding process inside the app to restore the file (a backup file previously saved).
My request is this: is this possible? is this a way iOS could work? I'd like to understand if there is a way, using swift on iOS, to drag a file inside iPhone in a generic place, let's say, File App, or something else. (again, in order to be used after installing app). I'm asking this since my boss, Android developer, has this behavior.
To be clear, I'm not asking about dragging a file from pc/mac to MY app directly, but I need to understand if I can allow user to perform the above task in order to restore a file / backup before the app he or she will be using is downloaded / installed on device.
In my understanding, answer is no. I can only install the app, and if the app has proper settings, you can drag and drop from a folder on your pc/mac to your app once device is plugged.