Send data from iphone app to mac desktop app
I have 开发者_StackOverflowan iphone app that when touching a button should push a text to a mac desktop app. On that mac app when touching a button (or instantly) it should show that text.
What steps would be invloved in this? I mean the networking part.
Any tutorials you can share?
Thanks
You might want to have a look at ZSync. It's an open source framework designed to do exactly this.
精彩评论