This is a question related to this thread: https://www.b4x.com/android/forum/threads/check-and-install-google-play-services.84813/
I just ran my app on an android 4.4.4 and this routine popped up the "You need an update" and returned false.
However, I ignored installing the update and the two libraries (Firebase CrashLytic and Google Analytics) that I was doing this check for worked just fine (I forced a fault) without the play services update.
It appears these libraries don't need the latest version of PS to work OK.
So, it there anyway to modify this routine to report the version of the play services? I ask because I don't want to bother the user to do an update when it may not even be needed.
Worse case, is there a way to see if PS is installed at all? And if not, is "com.google.android.gms" the proper package name to jump the user to the playstore to install it if its not present?
I just ran my app on an android 4.4.4 and this routine popped up the "You need an update" and returned false.
However, I ignored installing the update and the two libraries (Firebase CrashLytic and Google Analytics) that I was doing this check for worked just fine (I forced a fault) without the play services update.
It appears these libraries don't need the latest version of PS to work OK.
So, it there anyway to modify this routine to report the version of the play services? I ask because I don't want to bother the user to do an update when it may not even be needed.
Worse case, is there a way to see if PS is installed at all? And if not, is "com.google.android.gms" the proper package name to jump the user to the playstore to install it if its not present?