I wrote an app which handles external storage devices, to work with this devices i create a plist file on the device.
My question is, if im "allowed" (by means of a mac app store review ) to hide this files with a preceding dot to not distract the user.
I think it is nice if there isnt an (for most people) unknown file on the device and i think it will reduce the risk of people deleting the file.
On the other hand this file will stay there unnoticed even if the user isnt using my app anymore.
Typical size will be 1kb...
Thanks!