I’m having a problem with my app on ios, on my app i saving data on persistent data path, that i download with WWW class, but apple reject my app because this data is being backup on icloud, but i need this data to be download, to function my app correctly and if the device is offline, use this data to make the work correctly.
So they redirect me to this page: Q&A of how to prevent data being backup on icloud but this for a xcode project on object C, so how can i prevent that the data that i download and save is not being backup on icloud.