Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Advance mode is missing on Play store developer console

In new UI on play store developer console APK tab has been removed. And its being replaced by Apk Release

First time i am trying to upload the apk based on cpu architecture, but all the article showing using Advance Mode in APK tab.

But in new UI that option in not there.

How to upload multiple apk based on CPU architecture in new UI

like image 697
Jarvis Avatar asked Apr 19 '17 11:04

Jarvis


1 Answers

In new Play store developer console if you want to add multiple APK than you must have to use same package name and same keystore key but version is change.

Now when you publish app than first upload Apk e.g mobile_release and rollout for production,after when you upload another apk than you should Choose option RETAIN which servered previous APK also with current APK.

So in my application i have given support of Android Wear 2.0 so i had used same way which i have described above.and both my signAPK Mobile APK and Wear APK are work fine

like image 166
Ankit Khatri Avatar answered Oct 16 '22 13:10

Ankit Khatri