-1

My application has been rejected due to this problem :

enter image description here

Mc.Lover
  • 4,813
  • 9
  • 46
  • 80
  • how many bytes you want to store in the cloud? what does your data contain that you want to store 27 MB? – AlexWien Dec 01 '12 at 13:03
  • Nothing !! this is a dictionary application and I don't use any iCloud options – Mc.Lover Dec 01 '12 at 13:04
  • so your dictionary is about 27mb. it is somehow interpreted as user data. other users will suggest how to exclude that. i have not worked with cloud feature yet. maybe the db has to be in an separte folder, where it is not interpreted as user data. you should read more about directory structure, and cloud service. – AlexWien Dec 01 '12 at 13:09
  • See this answer http://stackoverflow.com/a/12371323/1633251 – David H Dec 01 '12 at 14:59
  • http://stackoverflow.com/a/10786416/147037 also seems to be on point. – gaige Dec 01 '12 at 23:34

1 Answers1

0

I just changed NSDocumentDirectory to NSCachesDirectory and finally approved !

Mc.Lover
  • 4,813
  • 9
  • 46
  • 80