What is the difference between a "service account" and an "installed application"?

Posted by TheBeatlemaniac on Stack Overflow See other posts from Stack Overflow or by TheBeatlemaniac
Published on 2012-09-10T21:34:35Z Indexed on 2012/09/10 21:38 UTC
Read the original article Hit count: 232

To my understanding, the main difference is that a service account doesn't require a user to log in for authorization, while an installed application does.

I am making an Android app (an "installed application"?) that offers an in-app subscription, and doesn't require the user to log in to an account (a "service account"?). To get a Client ID for the Google Play Developer API, I have to declare it as either an installed application or a service account, and am unsure which to go with.

© Stack Overflow or respective owner

Related posts about android

Related posts about login