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
I changed my Android app name in Google Play developer and in Android Studio too.
But when I try to find my app using new name no success, I only can find it using previous name.
Why can its happened? How can I change it?
it usually takes 24 hours for changes to take place, wait and it'll be updated.
Did you make sure to change the label in the manifest too?
Both your application and activity fields should contain:
android:label="Name You Want Here"
It normally takes a few hours untill changes get upadted in the play store.
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 3 months ago.
Improve this question
I am making an android app for android tv which runs the whole day. There is no man to manually update the application and play store also does not actually update the application instantly even when settings are set for auto-update.
How can I achieve this either with 3rd party application or play store or programmatically
have you tried this library:
https://pub.dev/packages/flutter_autoupdate
https://pub.dev/packages/new_version
Also, you should check this one: Flutter automatically update application when new version is available
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 years ago.
Improve this question
I am developing a project which is based on android, with which I can track location of installed users in real time.i.e all those people who will install my app will allow their location to be tracked by their friends when needed,based on permissions given to contacts.
I am familiar with java and android programming. I want to know how to start that what all things i need to use. Any brief description on the working methodology of such apps will be very helpful to me.For reference my concept is something similar to this app
https://play.google.com/store/apps/details?id=com.nplay.funa thank you
Hint :- Use Firebase real time database with Google Location API.
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.
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 7 years ago.
Improve this question
Where can I get a csv file of top Android apps by category with information like app name, developer, app category, etc.? I am putting together a report for class and I have been combing the web with no luck.
Update: With the new marketplace releases now and then, following links do not work. You can try something like this: https://play.google.com/store/apps/top and get HTML and parse.
Here is what you want.
Check this url. It's a JSON data for top free apps on Android Market.
Check this url. It's a JSON data for top paid apps on Android Market.