Hi,
How do I programmatically check the installed version of GooglePlay Services on a device ?.
I know the following code to know whether Google Play Services is installed or not
I am not sure whether the above code is the only way OR the best way to check GooglePlay Service status on the device.
Unfortunately, the above code will only say whether GooglePlay services is available or not, it doesn't let you know the version. May be I am asking a very stupid question here.
The whole point is to inform the user that whether he needs to update his device's google play services version to the latest.
Regards
Anser
How do I programmatically check the installed version of GooglePlay Services on a device ?.
I know the following code to know whether Google Play Services is installed or not
B4X:
Dim mFragment As MapFragment
If mFragment.IsGooglePlayServicesAvailable = False Then
I am not sure whether the above code is the only way OR the best way to check GooglePlay Service status on the device.
Unfortunately, the above code will only say whether GooglePlay services is available or not, it doesn't let you know the version. May be I am asking a very stupid question here.
The whole point is to inform the user that whether he needs to update his device's google play services version to the latest.
Regards
Anser