|
Post by fatticacid on Aug 9, 2019 3:24:20 GMT
Hi,
I would like to know can latest Rhode supports iOS choose pdf file from FILE app and Android choose pdf file from other app? Thanks.
|
|
|
Post by Alex Epifanov on Aug 9, 2019 4:39:19 GMT
Can you elaborate more on Android requirements? You can read/open any file from app sandbox or from public storage.
|
|
|
Post by fatticacid on Aug 9, 2019 8:22:55 GMT
Hi
To elaborate more, we would like to upload a PDF file to our server.
For iOS, we want to access FILE app and choose a PDF to upload. For Android, from public storage. Maybe from Download folder or others are OK.
|
|
|
Post by Alex Epifanov on Aug 9, 2019 8:26:17 GMT
|
|
|
Post by Dmitry Soldatenkov on Aug 14, 2019 2:29:19 GMT
About open PDF from Files app on iOS.
You can prepare native extension with next functionality: application use UIDocumentPickerViewController for open file picker(the same view experience with Files app) from application and user can select any file from device or iCloud etc. After user select file - application import them into Documents folder and application will be able make with this file anything - include binary access to file or upload via Rhodes network API etc.
If you want to open your application FROM Files application - your application should register document type, support openURL callback from system etc. - It is another way and require also native code etc.
Also we can prepare that native extension for your company for reasonable price.
|
|