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
Related
i own a website and i want to convert my website in android application using web view but as per play store policy i m not able to publish my app on the play store now my main question how can i add get permission from web site to use in web View and publish on the play store.
Thanx in advance and sorry for my poor english.
Provide advance notice to the Google Play App Review team
You need to give the trust them as you are owner of your website.
Go through this link to submit documents
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 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
In my android application, I want to show list of applications made by a specific company and exist in play store.But I am not finding any api to perform search with some keyword.
Any web APIs are available for searching on Google Play store?
what all ways are possible to solve this problem.
There's an unofficial API for Google Play Apps, try checking this out:
https://code.google.com/p/android-market-api/
Another option is also 42matters.com Google Play Store Android API where you can fetch all the data you are searching for.
Access to the data is not free, but you can try the API with a 14 days free trial
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.