Edited 3 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.
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.
@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
well the problem is that our app is already hosted, is there any other way around ?