Cancel support for legacy Android SDK level for new installsGoogle Play - update an unpublished app for existing users but not new users?Android SDK installation doesn't find JDKAndroid error: Failed to install *.apk on device *: timeoutRun/install/debug Android applications over Wi-Fi?Best practice for instantiating a new Android FragmentHow to manually include external aar package using new Gradle Android Build SystemHow to install Google Play Services in a Genymotion VM (with no drag and drop support)?Google Play - update an unpublished app for existing users but not new users?Upgrading Published Android App's minSdkError installing APK on Android (App has not been installed)Upload apk to store gets warning message
Secure offsite backup, even in the case of hacker root access
Why only the fundamental frequency component is said to give useful power?
Remove sudoers using script
Cause of continuous spectral lines
Should I "tell" my exposition or give it through dialogue?
Do the English have an ancient (obsolete) verb for the action of the book opening?
Strange symbol for two functions
What's the correct term for a waitress in the Middle Ages?
How hard would it be to convert a glider into an powered electric aircraft?
Does an ice chest packed full of frozen food need ice?
Russian equivalent of the French expression "broyer du noir"
Do simulator games use a realistic trajectory to get into orbit?
Are there any existing monsters I can use as a basis for a baby skeleton statblock?
Building a road to escape Earth's gravity by making a pyramid on Antartica
Why is the past conditionel used here?
How bad would a partial hash leak be, realistically?
Traffic law UK, pedestrians
What do we gain with higher order logics?
Turing patterns
How would a aircraft visually signal in distress?
What risks are there when you clear your cookies instead of logging off?
Does the growth of home value benefit from compound interest?
Is the decompression of compressed and encrypted data without decryption also theoretically impossible?
How do I write "Show, Don't Tell" as a person with Asperger Syndrome?
Cancel support for legacy Android SDK level for new installs
Google Play - update an unpublished app for existing users but not new users?Android SDK installation doesn't find JDKAndroid error: Failed to install *.apk on device *: timeoutRun/install/debug Android applications over Wi-Fi?Best practice for instantiating a new Android FragmentHow to manually include external aar package using new Gradle Android Build SystemHow to install Google Play Services in a Genymotion VM (with no drag and drop support)?Google Play - update an unpublished app for existing users but not new users?Upgrading Published Android App's minSdkError installing APK on Android (App has not been installed)Upload apk to store gets warning message
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
My app currently has a minSdkVersion
of 15 (ICS 4.0.3).
Due to additional dependencies, I have to go up with the min SDK to 19 (Kitkat 4.4).
I already build multiple APKs for min15 and min19 productFlavors.
I'd like to provide bugfixes for my existing users of min15, but don't want new users to install min15.
How can I accomplish this?
Is it possible to unpublish the min15 for new installs, but still provide updates for existing users?
android google-play
add a comment |
My app currently has a minSdkVersion
of 15 (ICS 4.0.3).
Due to additional dependencies, I have to go up with the min SDK to 19 (Kitkat 4.4).
I already build multiple APKs for min15 and min19 productFlavors.
I'd like to provide bugfixes for my existing users of min15, but don't want new users to install min15.
How can I accomplish this?
Is it possible to unpublish the min15 for new installs, but still provide updates for existing users?
android google-play
add a comment |
My app currently has a minSdkVersion
of 15 (ICS 4.0.3).
Due to additional dependencies, I have to go up with the min SDK to 19 (Kitkat 4.4).
I already build multiple APKs for min15 and min19 productFlavors.
I'd like to provide bugfixes for my existing users of min15, but don't want new users to install min15.
How can I accomplish this?
Is it possible to unpublish the min15 for new installs, but still provide updates for existing users?
android google-play
My app currently has a minSdkVersion
of 15 (ICS 4.0.3).
Due to additional dependencies, I have to go up with the min SDK to 19 (Kitkat 4.4).
I already build multiple APKs for min15 and min19 productFlavors.
I'd like to provide bugfixes for my existing users of min15, but don't want new users to install min15.
How can I accomplish this?
Is it possible to unpublish the min15 for new installs, but still provide updates for existing users?
android google-play
android google-play
asked Mar 24 at 15:21
hgoeblhgoebl
8,46953562
8,46953562
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
At the moment this is not possible. You can't unpublish single APKs, just the whole app.
add a comment |
You should publish multiple apks for your app. one with minSDK
15 and another one with minSDK
19. Play-store allows this
Multiple APK support is a feature on Google Play that allows you to
publish different APKs for your application that are each targeted to
different device configurations. Each APK is a complete and
independent version of your application, but they share the same
application listing on Google Play and must share the same package
name and be signed with the same release key. This feature is useful
for cases in which your application cannot reach all desired devices
with a single APK.
Check docs here
Thanks. The point is: I don't want new users to install the minSDK 15 app. It should only be possible for existing users to update bugfixed versions. So I don't know how this answer could help me.
– hgoebl
Mar 24 at 16:37
1
I found this old answer here that says if you unpublished the apk, exiting users will still receive your new updates but however new users will not see this apk. So I guess you should create the new apk (with minSdk 19) and unpublish the old one
– Atef Hares
Mar 24 at 16:52
Also check this
– Atef Hares
Mar 24 at 16:55
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55325303%2fcancel-support-for-legacy-android-sdk-level-for-new-installs%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
At the moment this is not possible. You can't unpublish single APKs, just the whole app.
add a comment |
At the moment this is not possible. You can't unpublish single APKs, just the whole app.
add a comment |
At the moment this is not possible. You can't unpublish single APKs, just the whole app.
At the moment this is not possible. You can't unpublish single APKs, just the whole app.
answered Mar 25 at 14:24
Nick FortescueNick Fortescue
7,7711825
7,7711825
add a comment |
add a comment |
You should publish multiple apks for your app. one with minSDK
15 and another one with minSDK
19. Play-store allows this
Multiple APK support is a feature on Google Play that allows you to
publish different APKs for your application that are each targeted to
different device configurations. Each APK is a complete and
independent version of your application, but they share the same
application listing on Google Play and must share the same package
name and be signed with the same release key. This feature is useful
for cases in which your application cannot reach all desired devices
with a single APK.
Check docs here
Thanks. The point is: I don't want new users to install the minSDK 15 app. It should only be possible for existing users to update bugfixed versions. So I don't know how this answer could help me.
– hgoebl
Mar 24 at 16:37
1
I found this old answer here that says if you unpublished the apk, exiting users will still receive your new updates but however new users will not see this apk. So I guess you should create the new apk (with minSdk 19) and unpublish the old one
– Atef Hares
Mar 24 at 16:52
Also check this
– Atef Hares
Mar 24 at 16:55
add a comment |
You should publish multiple apks for your app. one with minSDK
15 and another one with minSDK
19. Play-store allows this
Multiple APK support is a feature on Google Play that allows you to
publish different APKs for your application that are each targeted to
different device configurations. Each APK is a complete and
independent version of your application, but they share the same
application listing on Google Play and must share the same package
name and be signed with the same release key. This feature is useful
for cases in which your application cannot reach all desired devices
with a single APK.
Check docs here
Thanks. The point is: I don't want new users to install the minSDK 15 app. It should only be possible for existing users to update bugfixed versions. So I don't know how this answer could help me.
– hgoebl
Mar 24 at 16:37
1
I found this old answer here that says if you unpublished the apk, exiting users will still receive your new updates but however new users will not see this apk. So I guess you should create the new apk (with minSdk 19) and unpublish the old one
– Atef Hares
Mar 24 at 16:52
Also check this
– Atef Hares
Mar 24 at 16:55
add a comment |
You should publish multiple apks for your app. one with minSDK
15 and another one with minSDK
19. Play-store allows this
Multiple APK support is a feature on Google Play that allows you to
publish different APKs for your application that are each targeted to
different device configurations. Each APK is a complete and
independent version of your application, but they share the same
application listing on Google Play and must share the same package
name and be signed with the same release key. This feature is useful
for cases in which your application cannot reach all desired devices
with a single APK.
Check docs here
You should publish multiple apks for your app. one with minSDK
15 and another one with minSDK
19. Play-store allows this
Multiple APK support is a feature on Google Play that allows you to
publish different APKs for your application that are each targeted to
different device configurations. Each APK is a complete and
independent version of your application, but they share the same
application listing on Google Play and must share the same package
name and be signed with the same release key. This feature is useful
for cases in which your application cannot reach all desired devices
with a single APK.
Check docs here
answered Mar 24 at 16:29
Atef HaresAtef Hares
2,82531743
2,82531743
Thanks. The point is: I don't want new users to install the minSDK 15 app. It should only be possible for existing users to update bugfixed versions. So I don't know how this answer could help me.
– hgoebl
Mar 24 at 16:37
1
I found this old answer here that says if you unpublished the apk, exiting users will still receive your new updates but however new users will not see this apk. So I guess you should create the new apk (with minSdk 19) and unpublish the old one
– Atef Hares
Mar 24 at 16:52
Also check this
– Atef Hares
Mar 24 at 16:55
add a comment |
Thanks. The point is: I don't want new users to install the minSDK 15 app. It should only be possible for existing users to update bugfixed versions. So I don't know how this answer could help me.
– hgoebl
Mar 24 at 16:37
1
I found this old answer here that says if you unpublished the apk, exiting users will still receive your new updates but however new users will not see this apk. So I guess you should create the new apk (with minSdk 19) and unpublish the old one
– Atef Hares
Mar 24 at 16:52
Also check this
– Atef Hares
Mar 24 at 16:55
Thanks. The point is: I don't want new users to install the minSDK 15 app. It should only be possible for existing users to update bugfixed versions. So I don't know how this answer could help me.
– hgoebl
Mar 24 at 16:37
Thanks. The point is: I don't want new users to install the minSDK 15 app. It should only be possible for existing users to update bugfixed versions. So I don't know how this answer could help me.
– hgoebl
Mar 24 at 16:37
1
1
I found this old answer here that says if you unpublished the apk, exiting users will still receive your new updates but however new users will not see this apk. So I guess you should create the new apk (with minSdk 19) and unpublish the old one
– Atef Hares
Mar 24 at 16:52
I found this old answer here that says if you unpublished the apk, exiting users will still receive your new updates but however new users will not see this apk. So I guess you should create the new apk (with minSdk 19) and unpublish the old one
– Atef Hares
Mar 24 at 16:52
Also check this
– Atef Hares
Mar 24 at 16:55
Also check this
– Atef Hares
Mar 24 at 16:55
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55325303%2fcancel-support-for-legacy-android-sdk-level-for-new-installs%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown