Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone log in to Google App Engine

Is there any way to log into a Google account from inside an iPhone application if you know the username and password of the account. I want to be able to do this without making the user type in the information each time the app has to login. I need to do this so I can have a login system accessable from the iPhone SDK. Actually any login system will do if it can run on the app engine.

Thanks for any answer

like image 342
InFreefall Avatar asked Oct 14 '09 22:10

InFreefall


People also ask

What is Google App Engine launcher?

Google App Engine (GAE) is a platform-as-a-service product that provides web app developers and enterprises with access to Google's scalable hosting and tier 1 internet service. GAE requires that applications be written in Java or Python, store data in Google Bigtable and use the Google query language.


1 Answers

You will probably want to take a look at this framework, touchengine, which is used for communication between Cocoa Touch and Google App Engine. There is also an interesting article at IBM titled Connecting Apple's iPhone to Google's cloud computing offerings, which highlights touchengine.

A quote of touchengine's future feature list:

  • User Authentication
  • Creating new data or modifying data on the server from iPhone using plists this is partially done. We can set most db.properties from strings.
  • Modifying/Updating existing data on server from iPhone using plists
  • Libraries Libraries Libraries -- starting with a user defaults sync solution
  • Automated synchronization of model on iPhone and on GAE
like image 168
Jorge Israel Peña Avatar answered Oct 19 '22 07:10

Jorge Israel Peña