0

I developed my application using Xcode 4.0.2 and iOS 4 SDK. Currently i am storing lots of documents and files in the Document Directory.

From iOS5 onwards, files and documents stored in the Document directory will be moved to iCloud automatically when they sync up with iTunes.

My question is whether it will affect the iOS applications build with SDKs like iOS4 or iOS3. Are we need add additional code to disable the backup option in lower versions also like iOS 5.1 iCloud disable feature.

Vignesh Babu
  • 670
  • 13
  • 30

1 Answers1

0

yes you need some additional code to prevent this back-up,please refer to the following link: iOS 5.0.1 : How to verify that the folder is marked as "Do not back up" for iCloud?

Community
  • 1
  • 1
Durga Vundavalli
  • 1,790
  • 22
  • 26