To do auth, you can use OAuth. Google released a library that makes this easier:
http://googlemac.blogspot.com/2010/09/oauth-sign-in-controllers-for-ios-and.html Have not used this myself. Could be an interesting sample code project? Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine On Sat, Jun 18, 2011 at 3:13 AM, Chiguireitor <[email protected]>wrote: > Phil, > > I recommend you first take a look at the Android documentation and > development tools for GAE + Android (which are pretty neat). They can give > you ideas for the iOS rpc mechanism you're going to use... but as Sylvain > has pointed out, you can use ProtoRPC which is a plain JSON protocol very > simple to implement. > > Have fun coding :) > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/_Cr5z6_T_ksJ. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
