My app is derived from an Android app. The Android app lets the user select folders where exported data can be saved. This is accomplished by means of calling the Storage Access Framework that is now somehow mandatory I think, for OS versions not recent too, if I am not wrong.
Now I am addressing the file save part (export). The user has to select the folder. I am not expert of iOS way of handling app public directories and sharing files. But I need that functionality. And I need the user selection of a file to read it, of course (import). (Sharing exported data directly, as with bluetooth or sending to another app, and the incoming intent for import are a separate question, I will create another thread but it could be related to this one) How can achieve those two functionalities (import/export)? (Take into account that I am focused on iOS port at present time but I want that my Codename app can be also deployed on Android in the future with minimum changes and native code injection) -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/75facd73-5a6f-42e3-a56c-dd10432870e0n%40googlegroups.com.
