Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

typical iphone app client-server communication

  • 10-09-2010 02:16PM
    #1
    Closed Accounts Posts: 5,284 ✭✭✭


    Hi
    What web service standard is typically used by an iphone app (where the webservice was specifically designed for the application)?..Or does it use http postbacks, when it doesn't need to be asynchronous?
    Looking at the possibility of porting an existing iphone app to an RIA (know nothing about iphone development)
    Thanks

    edit: oops; should have put this in the mobile development forum


Comments

  • Registered Users, Registered Users 2 Posts: 981 ✭✭✭fasty


    A bit buzzwordy, but I keep my web services RESTful and it works quite well building desktop apps and websites that use the service.

    That doesn't really cover asynchronous stuff though. I suppose on the service side you could abstract out the callback side of things so that for iPhone client you send a push notification or something... But that's a massive guess by me.


  • Registered Users, Registered Users 2 Posts: 7,468 ✭✭✭Evil Phil


    Moved from development.


Advertisement