Android Question How to check if the latest Google Play Services are installed?

LucaMs

Expert
Licensed User
Longtime User
I have developed a test project to see how authentication with Firebase-Google works.

The project worked on one device while it automatically closed on another. On this one, I received a notification from Google that said that I can not authenticate with that account because google play services was not updated (on the device).

Looking, I found a way to detect if these services are installed or not (FirebaseAnalytics.ISGooglePlaysServicesAvailable) but not how to know if the latest version is installed.


Is there a way to get it?


[I also found this... my post :eek:: https://www.b4x.com/android/forum/t...lay-services-on-the-device.69326/#post-439772]
 
Last edited:
Top