Обзор технологии iCloud для iOs

download Обзор технологии iCloud для iOs

If you can't read please download the document

description

Обзор технологии Apple iCloud для разработчиков по материам developer.apple.com

Transcript of Обзор технологии iCloud для iOs

  • 1. Apple iCloud , 2012

2. iCloud

  • ?

3. 4. 5. 6. 7. 8. 9. 10. ICloud

11. 12. 13.

  • iCloud Document Storage

14. iCloud Key-Value Data Storage 15. Document storage

16. 17. , 18. Core Data 19. NSFileManager 20.

  • Key-Value Data Storage
  • , -

21. ( ) 22. 23.

  • iCloud
  • Entitlements

24. 25. 26. iCloud 27. 28.

  • Key-Value Storage
  • NSUbiquitousKeyValueStore
  • +defaultStore

29. 30. (BOOL)synchronize 31. NSUbiquitousKeyValueStoreDidChangeExternallyNotification 32.

  • Document Storage
  • NSFileManager
  • setUbiquitous:itemAtURL:destinationURL:error:

33. startDownloadingUbiquitousItemAtURL:error: 34. isUbiquitousItemAtURL: 35. URLForUbiquityContainerIdentifier: 36. URLForPublishingUbiquitousItemAtURL:expirationDate:error: 37. evictUbiquitousItemAtURL:error: 38.

  • Document Storage
  • NSFilePresenter
  • PresentedItemURL

39. presentedItemOperationQueue 40. UIDocument

  • initWithFileURL:

41. handleError:userInteractionPermitted: 42. finishedHandlingError:recovered: 43. userInteractionNoLongerPermittedForError: 44. 45.

  • Document Storage
  • NSMetadataQuery
  • searchScopes

46. setSearchScopes: 47. predicate 48. setPredicate: 49. sortDescriptors 50. setSortDescriptors: 51. valueListAttributes 52. setValueListAttributes: 53. groupingAttributes 54. setGroupingAttributes: 55. notificationBatchingInterval 56. setNotificationBatchingInterval: 57. delegate 58. setDelegate: 59. ... 60.

  • Document Storage
  • UIManagedDocument
  • managedObjectContextproperty

61. managedObjectModelproperty 62. persistentStoreOptionsproperty 63. modelConfigurationproperty 64. persistentStoreTypeForFileType: 65. ... 66.

67. 68. 69.