Ahmadhp
Ahmadhp

Reputation: 115

How to force client to update google play services?

My application use google cloud messaging service that required google play services version 5 or later. How can i force client to update it's google play services without user doing anything ( if version is below 5) ???

Upvotes: 3

Views: 3185

Answers (1)

so_jin_ee
so_jin_ee

Reputation: 812

Devices running Android 2.3 or higher that have the Google Play Store app will automatically receive updates to Google Play services. The users who meets the above requirement will always get the latest version of google play services. You can read more on https://developer.android.com/google/play-services/index.html

Upvotes: 1

Related Questions