I was wondering if the following guideline:
2.6 “Apps that read or write data outside its designated container area will be rejected”
means that you cannot read data retrieved from a NSUrlConnection. In my app I download the page source from my website and parse it into usable data. That won’t disobey the guideline, will it?
No, that’s not what it means at all. You’re fine. Guideline 2.6 is intended to refer to applications that try to access system files (i.e, on the phone) outside the app sandbox.