开发者

iPhone and Android connected over same server

开发者 https://www.devze.com 2023-04-13 08:34 出处:网络
I have written two apps, one for iPhone and one for android, both are fine but thus far I have given no thoughts into inter-operability. Ideally I would like both apps to be able to access a server an

I have written two apps, one for iPhone and one for android, both are fine but thus far I have given no thoughts into inter-operability. Ideally I would like both apps to be able to access a server and communicate with each other. I have no idea how to go about this, or indeed if it is even possbile. I would appreciate if开发者_如何转开发 you could point me in the direction of some resources that ight explain to me how to do this ?

As it stands, I have both apps working separately without connecting to a server, I would like to be able to connect them both to the same server and have both communicate. How do I do this?


Of couse this is posible, as long as you don't use any platform specific communications.

Use JSON with a RESTFULL webservice and you are good to go.

0

精彩评论

暂无评论...
验证码 换一张
取 消