I am developing one app and want to put it on Google Play no where else...
I just wanted to know, how can I know that this app is downloaded from Google Play...
Thanks!
Checkout given link, may be help you.
http://developer.android.com/google/play/licensing/index.html
Related
I know this question may seem basic , but I literally have no idea how to actually create a snapshot and I didn't find any documentation in Google play services on how to do it. Please excuse & tell me if I unacknowledged or missed something
You have probably already seen this: https://developers.google.com/games/services/android/savedgames it doesn't give a complete picture, but this sample code by Google should help you: https://github.com/gguuss/android-basic-samples/tree/master/BasicSamples/CollectAllTheStars2
It goes through a complete game, that saves and retrieves snapshots using Google Play Games Services.
I know it might sound weird! Is it possible to link the number of downloads of your app from your site to reflect on Google play store?
I don't think you can access directly from the site, but you can use the WhereDat app search API
I have an android app, i want to check for version code of it from Google play. please suggest some way to do this. Don't answer with MarketServiceApi and its link unless you have explored it by yourself. i have already done research on it and got nothing, but if it is working for you then suggest the procedure to use it.
Can anybody please tell me how to fetch all the details of android app including icon, screenshots and description from google play using its package name? If there is any api for this then please let me know. Thanks in advance
Play Store API is an unofficial version of Google Play Store which will let you pullup applications from google play store using18 different functions covering almost everything from google store
Tryit: https://github.com/thetutlage/Google-Play-Store-API
Can anybody please tell me how to fetch all the details of android app including icon, screenshots and description from google play using its package name? If there is any api for this then please let me know.
Thanks in advance
Google Play has no official API apart from the documented Intents that can be used to launch the Google Play app to a specific page.
Other than that, there is an unofficial API that can run some queries and return data, but can't do everything.