iCloud connection

Hello!

In my application for IOS I want to have a button which onClick event , you can view your files in iCloud drive and download to the app those you want.

I tested all the samples but nothing was too helpful except from iCloudDocument which could not be compiled.

Any ideas? 

Hi, 


Can you specify exactly which issue you get when compiling iCloudDocument? Please note that iCloudDocument is a non-visual layer that provides access to the iCloud document storage. We currently do not have a component that is capable of showing the drive and downloading the iCloud files of choice.

In procedures:

TMSFMXNativeiCloudDocument1.DeleteDocument(ListView1.Selected.Text);
ANote := TMSFMXNativeiCloudDocument1.DocumentByName[ListView1.Selected.Text];
doc := TMSFMXNativeiCloudDocument1.DocumentByName[ListView1.Selected.Text];
it does  not recognize text" and in 
ListView1.ClearItems;
it does not recognise ClearItems..

Hi, 


Thank you for your feedback.
We have investigated this here and applied a fix.

That is so nice! 

Where will we found  the fix? 

The next version will address this. Or if you want an update, please contact us by direct mail.

Οκ! one more question..When you say  "access to the iCloud document storage"

you mean the "Documents" folder on the iCloud drive? 
Because when I run it (without those line above) for the iOS simulator platform (in which I have connected my iCloud) it show an error message: iCloud is not available

iOS Simulator does not support iCloud Document access

Thanks for th info . I will test different simulators as Apple suggests:

https://developer.apple.com/library/content/documentation/IDEs/Conceptual/iOS_Simulator_Guide/TestingontheiOSSimulator/TestingontheiOSSimulator.html