distriqt / ANE-GooglePlayServices

Shared library including the Google Play Services Client Library
https://airnativeextensions.com
18 stars 1 forks source link

Check if device supports GooglePlayServices #17

Closed leossmith closed 3 years ago

leossmith commented 3 years ago

Is there a way to check if the device running supports GooglePlayServices? something like GooglePlayServices.isSupported would be helpful in some cases in Android.

marchbold commented 3 years ago

Have a look at the availability API:

https://github.com/distriqt/ANE-GooglePlayServices/wiki/API-Availability

leossmith commented 3 years ago

Thank you that did the trick.