• Hello everyone,

    We're happy to announce that our forum is back online! We needed to take some time off to discuss and decide on how to handle sensitive topics in our community.

    The team has posted an in-depth comment regarding a recent incident and our stance on politics and sexuality in our forum. We also added a dedicated paragraph about this in the forum guidelines. This is part of our commitment to maintain a welcoming and inclusive environment for all our users. Your understanding and continued support in building a creative and respectful community are highly appreciated.

    Thank you, the CX Dev-Team

iCloud module for iOS

blockypixels

New member
Joined
Sep 12, 2017
Messages
31
It would be sweet to read data into Apps via iCloud and other filesystem commands restricted to glfw and windows desktop etc to make it easier to access external files on iphones.

Currently a user cant open a file on an iphone yes ? I really want this so I can make text editors, assemblers etc.
 
Yes you can read from the data folder and read/write to the internal and external storage of mobile devices.
 
Ios 11 has a new ‘file manager class’ so a file system module like the desktop targets , this should mean access to the photos and other locations outside of the data folder at run time including icloud access, The documentarion is here:
https://developer.apple.com/documentation/foundation/

This now opens the new possiblity to add ios to ‘brl.filesystem’ module fully complete with read directories, create files, read and write access of files just like a desktop pc.

I want to have a go at adding iOS to module: brl.filesystem , ios is currently unsupported for ios ? but im still only on my second Cerberus App, anyone with experience in modules interested in grabbing this additional feature to iOS target ?
 
Last edited:
Back
Top Bottom