1

My problem is:

I have two APKS

  1. Mobile APK(Version name-1.0 , version code - 1 , minsdkversion - 19)

  2. Wear APK(Version name-1.1 , version code - 2 , minsdkversion - 23)

So first , I publish mobile apk then I publish wear(Watch) apk but i am getting error from google play store console page.

Error:- You can't roll out this release because it doesn't allow any existing users to upgrade to the newly added APKs.

Otherwise can anyone say that how to publish mobile and wear apk on google play store console.

InsaneCat
  • 2,115
  • 5
  • 21
  • 40
  • Check this link helps you out to publishing a multiple-apks on play store. https://developer.android.com/google/play/publishing/multiple-apks – KeTaN Nov 20 '19 at 07:13
  • 1
    @KeTaN , I read all document and applied same on google play store console but I am getting same error now – dilip kumar gupta Nov 20 '19 at 10:23
  • Are you sure that your wear APK has the right declaration? Also, is that your first release? – Pierre Nov 20 '19 at 17:11
  • @Pierre I used in my wear watch. My first release is related with mobile apk and second release is related with wear apk which I am trying to publish and getting error which I described before – dilip kumar gupta Nov 21 '19 at 06:44
  • 1
    Oh, I see, you need to have both APKs in the same release. If you've already pushed a release with one APK, then in your new release, you need to click on the button "RETAIN" on the artifact from the previous release since you'll want both your Mobile and Wear APKs to be released at the same time. – Pierre Nov 21 '19 at 10:17
  • @Pierre , Thanks Its working from your solution – dilip kumar gupta Nov 22 '19 at 06:25
  • If my answer helps you then please mark as a right my answer from tick mark otherwise i'm gonna remove this answer brother : https://www.google.com/search?q=right+mark+as+an+answer+stackoverflow&sxsrf=ACYBGNQVsfXj9VeT9WRKWerxeSRoAMe2uQ:1579936139192&source=lnms&tbm=isch&sa=X&ved=2ahUKEwiQk-DimJ7nAhWBc30KHdm9CGAQ_AUoAXoECAwQAw&biw=1517&bih=730#imgrc=9_JN49MpzDykBM: – InsaneCat Jan 25 '20 at 07:47
  • KeTaN> nowhere in that google document, which I read for the 92714937437th time, does it clearly say what Pierre advised. @Pierre should put his comment as an answer since it solved OP's issue – Razvan_TK9692 Mar 19 '21 at 16:49

1 Answers1

0

Please check your existing version code of already uplaoded APK and make a new APKs of grater version of apk

  • When uplaod new APk then always create grater version of APK

e.g

Already uploaded APK:

VersionCode 0
VrsionName "1.0"

New APK: Already uploaded APK:

VersionCode 1
VrsionName "1.1"

Check Documentation:-

Also check may be it's come older wrong uplaoded apk from "Artifact library"

Hope this may helps you.

InsaneCat
  • 2,115
  • 5
  • 21
  • 40
  • I already mention that -Mobile APK(Version name-1.0 , version code - 1 , minsdkversion - 19) Wear APK(Version name-1.1 , version code - 2 , minsdkversion - 23) so I first published mobile apk and then I published wear apk so as you can see that wear apk version code is greater than mobile apk so any other way to publish both apk because i am getting same error now after making greater recent apk version code as per google policy – dilip kumar gupta Nov 20 '19 at 10:49
  • Is is uplaoded or not? – InsaneCat Nov 21 '19 at 11:15
  • @pierre love u man , Thanks for your solution " you need to have both APKs in the same release. If you've already pushed a release with one APK, then in your new release, you need to click on the button "RETAIN" on the artifact from the previous release since you'll want both your Mobile and Wear APKs to be released at the same time" – dilip kumar gupta Nov 22 '19 at 06:23
  • Great!! @dilipkumargupta :) – InsaneCat Nov 22 '19 at 06:52
  • Thanks @InsaneCat ..U too – dilip kumar gupta Nov 22 '19 at 14:09
  • Welcome bro..@dilipkumargupta – InsaneCat Nov 22 '19 at 14:11