skip to Main Content

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)

2

Answers


  1. 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

    enter image description here

    Not sure if it is different when you start with a Wear OS app only.

    Login or Signup to reply.
  2. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search