Assuming I have an iOS app that generates a data file, and I would like the user to be able to import / export this file, what is the best way to do this?
Import from email to xcode / objc:
http://www.raywenderlich.com/1980/email-tutorial-for-ios-how-to-import-and-export-app-data-via-email-in-your -ios-app
Is this possible in Delphi? (i.e. register ios application as a file handler for a specific file type)
(Do I plan to process the export by creating an email with an attached file? I suspect that this is possible, although if someone knows for sure, do not hesitate to share them)
Asked why import / export via email is useful.
- Since legally EU and US law and cloud storage are difficult with personal data
- You do not need desktop computers.
- You can synchronize data between ios and android applications if the user changes the mobile.
- You are not tied to any particular cloud provider, or anything like that.
A quote from an article where the author explains where the path to the file is passed to the application:
application: didFinishLaunchingWithOptions, passing the URL to UIApplicationLaunchOptionsURLKey or through the application: handleOpenURL.
But since I have not used Delphi for ages (for mobile devices), I just wanted to know for sure whether Delphi supports it or not before buying a new version