2

I need to integrate iCloud in my android application. Is it possible to integrate iCloud in my android application ? I find on net but not getting any solutions or any articles regarding this.

One thing I come to know that in IOS it is possible to integrate iCloud. But I cant figure out it is possible in android or not and if yes then how it is possible..

Please help me to find this.

Hardik Joshi
  • 9,477
  • 12
  • 61
  • 113

2 Answers2

3

There are no iCloud APIs for Android.

Hunter
  • 4,343
  • 5
  • 42
  • 44
0

icloud4j

Not sure how useful it is for Android, but I've started a Java open source project based off the Python pyicloud implementation. It's still in the early stages at the moment but you can check it out here:


To access iPhone backups there is the InflatableDonkey library:

Luke Quinane
  • 16,447
  • 13
  • 69
  • 88