Seems like such a simple question with an obvious answer of "Yes". But I would like to confirm that I'm not misunderstanding something about the Google Play Services.
I have a tracking app that uses the Fused Location services from Google Play. Min API is set to 9.
If I only offer the app through the Play store, I presume all devices that download it will have Play installed - is that a valid assumption? (After years of mobile development, I've learned not to assume anything!)
Or is there a difference between the functionality of accessing the Play store, and using the Play Services Fused Locator?
There seem to be some related posts which make me wonder if my question is as simple as it looks:
- Google Play services out of date. (On Device, NOT avd) Device has most recent version available
- Google Play services out of date. Requires 3159100 but found 3158130
Update: I know how to check for existence of the services. This question pertains to the relationship between the Play store and the Play services - does one imply the other from 2.3 Gingerbread onwards?
Comments on Answers:
the direct answer to my question is given by TactMayers in a comment below:
Google Play Store and Google Play Service are two separate apps.
the more subtle issue of versioning is also important, as addressed by Tristan's answer.
So it turns out this was not such an obvious question after all...