Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Access iPhone from Windows

Tags:

I've seen a couple programs running in Windows that could access the iPhone and iTouch with access to the photo library and music. What APIs are used for this kind of development?

like image 793
Silent Avatar asked Jan 06 '10 00:01

Silent


2 Answers

Checkout Bonjour. It's a service discovery protocol by Apple and there is a windows implementation available. Apple has released various samples that you can use as a starting point. Checkout this sample game WiTap to get started. And for a broader overview, this tutorial might be good. Once you discover a network device or machine, you can use whatever data format is convenient such as XML, JSON, home-grown, or binary.

like image 50
Anurag Avatar answered Oct 02 '22 23:10

Anurag


Apple provides an iTunes COM SDK that will allow you to pull data directly from iTunes. Although I haven't used it, this may be what you are looking for. I imagine you would need to have the iPhone sync'd with iTunes before you could access information from it - but again I'm not sure.

Here is an older link that will redirect you properly through Apple's site: http://developer.apple.com/sdk/itunescomsdk.html

like image 35
pix0r Avatar answered Oct 03 '22 00:10

pix0r