Saving file externally

Hi all,
I want my app to save a file (little text file) on an external storage in IOS. “external” means a location that isn’t connected to the app - so if a user will look at the file he will not know it has something to do with the app (this is to save data that will not be lost when uninstalling the app).
Is there a way to do this? is there a file path for this?

Thanks,
Yair

iOS doesn’t provide users any regular file access or file explorer, so users cannot look your files. And App can only write files to places that Apple approves.

iCloud could be a solution for you.