I have built a watch face app for Wear OS on Watch Face Studio and published the .aab from there to Google Play. So far so good, however I’ve now built a companion app with Android Studio and got another .aab from there.
My question is how do I publish both of these separate apps as one to Google Play? (Both have the same package name)
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
2
Answers
Publishing them in the same listing with the same package name is completely normal and in fact required.
https://developer.android.com/training/wearables/packaging
Under Advanced make sure you have a Wear OS type added
Not sure if it is different when you start with a Wear OS app only.
For clear understanding, make two builds one for watch and one for mobile app, with different version names, and select both builds and drag and drop both on upload console, and rollout together.