API for active downloads [closed] - android

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Is there any API exposed in order to retrieve information about uploaded application in the android market?
I went through http://code.google.com/p/android-market-api but it only states the number of ratings and other stuff.
I want to know the Active downloads.
Thanks in advance.

Is there any API exposed in order to retrieve information about uploaded application in the android market?
There is no official API of any sort for the Android Market, unfortunately.
I went through http://code.google.com/p/android-market-api but it only states the number of ratings and other stuff.
That data is pirated. Anybody using it is subject to legal action by Google.
I have often asked for a supported and authorized API for this sort of information; Google has not done so to date.

"That data is pirated. Anybody using it is subject to legal action by Google." - where are you getting this from? Unofficial doesn't have to automatically imply piracy.

Related

Bug report tool on aws [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed last year.
Improve this question
I'm developing a mobile app and i have to add a "report bug" feature. User can write something wrong he notices in the app and when he pushes, we collect the smartphone metatadata, app version, etc...So we have a json report ready to be send.
For the moment we don't know where store this report data, which tool to use ? We are using aws cloud, and are looking over internet to know if aws provide such bug tracker tool.
If not what tool could we use to achieve this use case ?
Thanks in advance.
Finally i find a list of tools used to track user bugs and report:
https://instabug.com/
https://raygun.com/languages/android
https://raygun.com/languages/android

Get mobile recharge plans of operators on android [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am developing an android application where I need a list of recharge plans that the major operators offer. eg. paytm is an app that displays a list of plans.
Should I manually check for the plans and update them regularly or is there any API provided by these operators or is there any open source API that does it?
What country are you in? I am sure there are some APIs from third parties that allow you to get the specs of various plans.
Another way to do it would be to scrape the websites of the operators, or just maintain a list manually.
Please check Dataweave web site, they will provide recharge plan :
http://blog.dataweave.in/post/64192707157/dataweaves-telecom-recharge-plans-api
or as per #HansiHE suggest scrape the websites of the operators.

Any API for Amazon Cloud Drive Except Amazon S3 Android [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 days ago.
Improve this question
My App need to access user Amazon Cloud Drive Details. So that Through My App user can Login, Download, Upload and Delete etc Like There is API For Google Drive And Box. I get one Sample on Link But it is not What I Actually Need. Any response would be much appreciated.I have Also read this Link1 and Link2.
And There is one Question is-there-an-api-for-amazon-cloud-drive-and-player.
But There is also nothing which My App need And my need is api for Android not other platform.
there is a Cloud Drive API available - https://developer.amazon.com/public/apis/experience/cloud-drive - not sure if it gives you exactly what you need

Android play store review notification [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
Is there a service that will notify me whenever a user post a review for my app that meets a pre-defined criteria (e.g. a one-star rating)?
Google did not lead to any results.
For all who is still looking for an answer. Now there is such an option. In your google play developer console go to "settings" -> "Email notifications"
Direct link is here.
There is no official API right now. But you can get notifications for changes in rating and download count on your device if you use the Andlytics app: https://play.google.com/store/apps/details?id=com.github.andlyticsproject
(open source, available at GitHub).
No, Google doesn't provide any such service.
Edit
I thought Google mails you when someone comment or give a review on an application. Anyways, I'm wrong then.

Is there an autocomplete api for google playstore? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Is there an autocomplete api for google playstore? I searched google but there hasn't been any reference to that api. I checked in my google's api console, but the only thing I found is the "Google Play Android Developer API" which according to google "the API allows you to check the status of or cancel a user's subscription purchase."
I need this for an android app that I am designing.
Thx!
Rahul.
Use this link https://market.android.com/suggest/SuggRequest?json=1&c=0&query=abc&hl=en&gl=US&callback=callbacks._xxx
and replace "abc" with your seed keyword. Example: "cat" or "cat ab", "cat ac"
There is the unofficial Android Market API, which is not supported by Google. Other than that, no, there is no other API, and there is no official API at all.
So, to answer your question, no, there is no autocomplete API. You may be able to HTTP request the online version of the market, but this would be difficult at best (the requests, the parsing, the... ugh...).

Categories

Resources