I am developing an Android application in which I am planning to integrate Google Analytics. Currently, my application's minimum API level is 10.
I have following questions:
Thank you.
There is no API limit to Google Analytics. According to official documentation, it appears that all devices that has Google Play services integrated in them will support Google Analytics integration to your app. It is also said in the official documentation that
Google Analytics can be used and will work on devices that do not have Google Play Services. In this case you still download and use the Google Play Services SDK and Google Analytics will automatically fall back to local dispatching.
So, it can be used by downloading the Google Play Services SDK, least bother about the API Level.