Hi guys,
I’ve tried submitting a new build to the App Store and got approved multiple times in the last month, however last night I decided to submit a new version and the QA people responded with:
Any help would be very much appreciated!
Guideline 2.4.5(i) - Performance
Your application accesses the following location(s):
‘~/Library/Containers/com.dilmergames.L3301’,
‘/System/Library/PrivateFrameworks/GameCenterFoundation.framework/Versions/A/Resources/English.lproj/Localizable.stringsdict’
The majority of developers encountering this issue are opening files in Read/Write mode instead of Read-Only mode, in which case it should be changed to Read-Only.
Other common reasons for this issue include:
-
creating or writing files in the above location(s), which are not valid locations for files to be written as stated in documentation.
-
writing to the above location(s) without using a valid app-id as a container for the written files.
Next Steps
Please review the “File-System Usage Requirements for the App Store” of Submitting to the Mac App Store for the locations apps are allowed to write and for further guidance.
If you are unable to reproduce this issue, ensure you are testing the exact version of the app that you submitted for review, and that you’re doing so in a minimally privileged environment. See Technical Q&A QA1778: How to reproduce bugs reported against Mac App Store submissions.
For information on how to symbolicate and read a crash log, please see Technical Note TN2123 - CrashReporter.