By uploading the app to the app store have given me this error.
2.23: Apps must follow the iOS Data Storage Guidelines or They Will be rejected
I've been watching what is wrong is that one of the files I'm using does not meet the storage requirements.
To be more specific it is a sqlite for loading maps offlines mode with route-me library.
I am using sqlite for loading map in offline mode, it seems that this map is stored as backup in iCloud, so I'm skipping storage restrictions.
Do not know how to say that this copy is not created in iCloud.
The code is as follows:
[[RMDBMapSource alloc] initWithPath: @ "map.sqlite"];
The file size is 23MB
any ideas?