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.
Related
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
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
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
To improve my app I want to see how users actually use it. I am not having user accounts, it is an open app. I would like to analyze how long (in actual time) people look at a certain screen and when they go to a next one or close it. I know there is Google Analytics for Apps, but I don't know if they keep track of it this detailed? Maybe there is another handy service/code out there which I could use?
Anyone using this service or another and has some user experience he/she wants to share? :)
There are two more that I would like to mention apart from Analytics
ACRA
Though it is basically for crash-reports but you can also add your custom parameters.
If you wish to refer it you can visit this Link
Flurry
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.
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
Are Android applications like Google Calender, Google Docs, Google Goggles, Android Market open source? I want to implement a similar UI and back end for my application. Can somebody tell me how to get the open source projects code from GOOGLE. Please let me know any kind of details related to this. Thank you for your help.
Check out https://github.com/android/
Calendar code
[EDIT]: Updated links
It might be worth checking out the K-9 mail client for Android.
It has a pretty decent UI IMO.
K-9 Mail Project on Google Code