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?
Asked
Active
Viewed 823 times
1 Answers
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.

Abilash Balasubramanian
- 968
- 8
- 22
-
The link suggests that It can't be used for any production purposes. Apple will reject this API. – fAiSaL Jan 11 '18 at 12:03
-
Is there any documentation that Apple intentionally said that? – fAiSaL Jan 11 '18 at 12:03
-
1Refer this below link for more info: https://www.programmableweb.com/api/apple-icloud – Abilash Balasubramanian Jan 11 '18 at 12:06
-
Thanks for the info. However, I am not able to find a proper solution to implement that in either Objective-c or swift language. – fAiSaL Jan 11 '18 at 12:20