d c
d c

Reputation: 23

Publish Wear OS watch face and an Android companion app

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)

Upvotes: 2

Views: 1111

Answers (2)

Asad Abbas
Asad Abbas

Reputation: 1

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.

Upvotes: 0

Yuri Schimke
Yuri Schimke

Reputation: 13448

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.

Upvotes: 2

Related Questions