Create WiFi Sync for iPhone app
For an iPhone app I need a web access/server to sync the Core Data database with the computer. So I can backu开发者_Go百科p and replace it. But how can I create a port or something like this which can be called with the Mac or PC?
For wifi sync you can use synchronous BSD sockets. Through which you can do your data sync.
精彩评论