User-created content?
I have a question about the "iOS Data Storage Guidelines".
If I create an app that allows the user to create content, such as music, or 3D data,
then I would like the user to be able to get it off the device and copy it to their PC.
I can save that custom data in the documents directory. Then setting the UIFileSharingEnabled flag
in my app's info.plist, this will allow iTunes to access it.
The only concern I have about it, when doing searches about this topic, I come across
several posts of people saying their app was rejected because they had this
UIFileSharingEnabled flag set. But, it wasn't completely obvious what they were doing with it.
Am I correct to assume, that any app *can* be approved with the "UIFileSharingEnabled" flag set,
but only if the app uses it correctly?
|