Advertise Books Events Forum News Social Networking Support Us

sdkIQ for iPhone
($4.99)

Shape Up
($0.99)

Your First iPhone App
($1.99)

iVidCam Free
(free)

Kid Art
($0.99)

iPUBQUIZ
(£1.19)

ArtStudio
($3.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum

View Single Post
Old 11-07-2008, 04:38 PM   #4 (permalink)
dicklacara
New Member
 
Join Date: Nov 2008
Posts: 123
Default

Quote:
Originally Posted by idima View Post
Hi!

Thank you very much for your answer!

Is there any API or something like that, that i can simply use in Xcode and have not to develop the synchronization on my own? If not, are there any tutorials or best practice descriptions for development of the synchronization?

Thank you!
You can't really synch your app' s content in the way Apple synchs its iPhone apps content (Contacts, Calendar, etc). There is no program mechanism, as you do not have access to the iTunes synching app.

Even if you did have an API, you can't write a (non-jail broken) iPhone app to use the iPhone USB connector.

The only thing Apple does is allow you to replace your app (and its embedded data content) with a newer iteration thru iTunes synching or app store download.

So, to maintain synch, you have to write an app that uses WiFi or Edge, and that leads us back to some sort of client-server interface. You can write a special server app, in say Perl, that communicates with your iPhone client app... but it is usually easier to interface a web app or a web service app running on the server that has access to the DB server.

Most DB servers are capable of accepting direct calls, but IT would be crazy to permit this kind of access outside of the IT department.
dicklacara is offline   Reply With Quote
 
Enter the iPhone App Challenge!  Win $500!
» Advertisements
» Stats
Members: 24,198
Threads: 38,971
Posts: 170,967
Top Poster: smasher (2,567)
Welcome to our newest member, Hendrika
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 12:40 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.