How to update my android app [closed] - android

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am sure this is a simple answer but:
I want to update my android app that is already on the play market. If I upload a new .apk with the same keystore and package name will the play store automatically inform the user of a new update or is there something I need to do those types of notifications?

In your Manifest, you need to change the build number.
If you don't, it will be rejected anyway by the play store.

Related

how to share data from different accounts via my android app [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'm developping an android app and I want to post some data from my app on facebook. I can post data from my own account but i can't from a different account how can i fix that? Can anyone help?
If your app is in development mode, then only people with admin/developer/tester roles can use your app. Either add them to those roles in your app settings, or set your app to public.

Google play alike app opensource [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am trying to make an android app store in other language I mean separate from Google Play. Is there any way to have an app like Google Play but customizable for my app store.
thank's in advance.
There is FDroid - which might be exactly what you want. https://f-droid.org/
Open source code for FDroid: https://gitlab.com/fdroid/fdroidclient

Way to detect if the user has really downloaded my app from Google Play? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Is there a way to prevent an app from being executed by those users who have received it not through buying from google market? By 'way', I mean any 'approach' you can think of.
In case you're developing a paid app, you can use the available Purchase Status API for verifying the user's purchase status.

make automatic update [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
is there any way to find out new version of application is available on android market and download it automatically and install it automatically ,
I do not mean I check my web site to know new version is released , I mean android market
thanks
I believe that can only be done by the user checking the allow automatic updates when they get your app.

We have a corrupted Key store for the Android App and hence cannot publish the updates to the existing App. What is the workaround? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
There's an existing App into the Android Market and due to some reasons our existing Key store has got corrupted and hence we aren't able to publish the updates for the same. How do we workaround this problem?
You have to make a new keystore for the application and publish it as a new one.
Sorry, if you have lost the key there is nothing you can do about it except publishing a new application

Categories

Resources