App total installs count without publishing on Google Play

  1. 2 years ago
    Edited 2 years ago by vaibhav834

    is there any way we can tell the total installtion count of our apk? PS we have hosted our app through our website not on google play store.

  2. admin

    20 May 2021 Administrator

    @vaibhav834 Yes, there's a way. You can use getUniqueDeviceID() JS API function to get the device ID. This variable can help you determine total no. of installs. You can implement it in a way that suits you like using a server side database.

    Reference: https://websitetoapk.com/docs/javascript-apis.html

  3. well the problem is that our app is already hosted, is there any other way around ?

 

or Sign Up to reply!