How to switch to older version apps in playstore? [duplicate] - android

This question already has answers here:
Android APK file: Re-activate older APK file in Google Play Store
(4 answers)
Closed 7 years ago.
I want to know that when an user updates an app from Google playstore, Is there any way to go back to the older version of that app ?

No, once you launch the apk on Play Store whether or not it's accepted by Google you must upload a higher version or change the app configuration, I mean package name.

Related

How can i publish app with different names in play store? [duplicate]

This question already has answers here:
Publishing same app with different names in the Play store
(3 answers)
Closed 4 years ago.
I already published one app in play store.After that i made some changes in the code, now i want to publish that app with different name in play store.How can i release it with out affecting the previous app,so that previous app and present app are showing in play store.
Before doing any of this please go over to: https://play.google.com/about/developer-content-policy/#!?modal_active=none
This to ensure you are following the policies made by the google play store.
To achieve what you want you have to change the name and app identifier inside the android manifest.
Afterwards you can just upload it to play store.

My Android app shows "This app may not be optimized for your device" on Google Play Store [duplicate]

This question already has answers here:
Google play says "This app may not be optimized for your device", when I access app page with my tablet
(4 answers)
Closed 5 years ago.
I have an Android app and released on Google Play Store. When I view the app in the Play Store on Pixel C tablet. There is a message says "This app may not be optimized for your device".
Does anyone know what does the message mean? How do I fix it?
Thanks
In yout build.gradle, try remove targetSdkVersion 26 or change to a lower versi

Android - Determine which store my app was installed from [duplicate]

This question already has answers here:
How android app can detect what store installed it?
(3 answers)
Closed 9 years ago.
Is it possible to find out which store my app was installed from? I have it available on Samsung store, Amazon and Google Play and I want to be able to determine which of these stores my app was installed from and prompt the user with a message like "Thank you for downloading the app from (store)..."
The method linked by FD_, sadly, is not reliable as the information it returns can be edited, and may be null in some cases.
The best way would be to have an enum, or some sort of flag in your application, and flipping that flag before building a new release for each store. Simply check the status of that flag at runtime, to determine which store the apk came from.

Change icon/name of the app/author's name after publishing app on Google Play [duplicate]

This question already has answers here:
Is there a way to change the name of an application on Google Play app store?
(6 answers)
Closed 9 years ago.
I made an app and published it at Google Play.
Can I change icon/name of the app/author's name after publishing app on Google Play?
Changes for existing app is not allowed without re-submission.
You need to do the upgrade in manifest file with name,auther and version-name and version-code as well.Then re-submit the app at Google Play.
Check this SO question, it might be of your interest.
#Aditya has a good answer for changing the app icon, but you also asked about changing the developer name-
Yes, you can change this as well. Open up the Developer Console, then go to the settings tab. The first option is the developer name.
Be aware, however, that this will change the developer name for all of the apps published under that account.

Remove publish application from google play store [duplicate]

This question already has answers here:
Lost my keystore for uploaded app on android market [duplicate]
(2 answers)
Closed 9 years ago.
I published application and by mistake I uploaded old apk and unfortunately I have also lost my old key store. So console is not accepting new apk with new key store. Now if unpublish app,then can I publish app again with same name and package or not. What better I could do with this problem..? Or I need to change everything from application name to package. Please help.
You need to change packagename. Same package name not accepted again. So rename your packagename with new keystore, publish your app again.
More information here.

Categories

Resources