Corporate training app - reports

I have a corporate training app built in Unity3D. It is designed to be used by all employees in a company. The company training administrator needs to view reports showing employee progress - time in course, quiz scores etc.


I want to export data from each ios user device, using the WWW class, to our server. The training administrator will be able to view report data via our web site, using our reporting page.


This is all standard stuff for training, as anyone using SCORM or TinCan knows.


However, Apple has this in it's T & C:
"2.5.2 Apps should be self-contained in their bundles, and may not read or write data outside the designated container area"


How am I supposed to build reports that don't violate this condition?


Thank you for any advice.

Replies

In that context, data is code.


Reports are content, and since they can't affect app function, they are not considered a violation of 2.5.2