I am trying to build a package featuring a watchface from Watch Face Studio and tiles/complications built in android studio. Is this possible? I could not find any guidance regarding this.
Thanks!
I am trying to build a package featuring a watchface from Watch Face Studio and tiles/complications built in android studio. Is this possible? I could not find any guidance regarding this.
Thanks!
Not possible, you would need to create he watchface on android studio as well…
You can create them separated, but then it would be 2 different apps
Thanks, I chose exactly this approach. I read it is possible to create custom bundles merging a WFS bundle and an app bundle with the bundler cli tool.