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
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 2 years ago.
This post was edited and submitted for review 1 year ago and failed to reopen the post:
Original close reason(s) were not resolved
Improve this question
I wish to add a security feature to my mobile application that every time a user opens the app, it shows default screen lock of the device (pin, password, facial recognition, or fingerprint)
You will need local authentication
If you are using expo then you have https://docs.expo.io/versions/v30.0.0/sdk/local-authentication
Otherwise it can be directly installed using
https://www.npmjs.com/package/expo-local-authentication
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 am working on an update to make my already published App compatible with Android Auto.
As I read in Google design Guidelines this update has to be approved by Google to then be available for distribution.
https://developer.android.com/docs/quality-guidelines/auto-app-quality
But does this mean that every update I publish from this date on needs to be manually reviewed and approved by Google, even if it doesn't change anything on the Android Auto integration of this app?
Or is it just the initial update?
No it's all updates.
Note that if the submitted app is an update to an existing app and your updated app does not meet the review criteria, the update is rejected and the existing app remains published in the Google Play store.
You can read more about the Android Auto distrubution here
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.
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 8 years ago.
Improve this question
I want to make a simple turn based 2 player game for an android and IOS. I want the android users to be able to play with the IOS user as well. However I am unsure what I should use. It is similar to tick-tack-toe so only numbers will need to be exchanged from user to user. Can someone please point me into the right direction as to what server or client I should use. And if you could show me a tutorial series that shows me how to use it that would be great! I've googled everywhere!
You can use this service from google which support iOS and Android:
https://developers.google.com/games/services/common/concepts/realtimeMultiplayer