1

I need my application to load or fetch all contacts from my iCloud account. 'CNContactStore' allows only to fetch contacts from my device. Is Apple providing any API's or is there any SDK's that are available. Is there any way to do that?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
fAiSaL
  • 754
  • 1
  • 10
  • 29

1 Answers1

0

There is API provided by Apple to access iCloud: iCloud-API

Please refer above link to know more in detail. Let me know if you have a query in understanding.