Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

typical iphone app client-server communication

  • 10-09-2010 1: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