My iPhone application contains approx 500 MB data. and application will use this data offline. So i mark the folder to do not backup/copy on iTunes. so i am using below url :
https://gist.github.com/1999985
But it says ‘NSURLIsExcludedFromBackupKey’ undeclared. and i also tried to used https://developer.apple.com/library/ios/#qa/qa1719/_index.html
but i always return false..
So please let me know how it will works??
Thx
NSURLIsExcludedFromBackupKeyshould compile fine on 5.1+ SDK.As the key is not available for 5.0, the following snippet could act as a workaround.