I made an application similar to this. but I haven’t tried yet. What I want to ask is, is there any problem in google synchronization after the purchase? Or does the watch face look like it wasn’t purchased?
well i am still having sync issues after purchases still shows me unpaid on watch. I tried few other developers tested some new faces, same result. But this is a good solution for free watchfaces
I have been installing watchfaces from web version without issues since months that the only thing that has worked for me always
So for paid watch faces, this app makes no sense. Thanks.
i updated this watchface yesterday. Strange thing is few i updated have missing install button. ,but this one still has the install for other devices button in playstore app.
This happened to me as well not sure about the reason, i am suspecting that when i updated one of my watch faces it changed to having install more options not sure though. Might worth a try.
Download button not working even toast message also not showing please help me.
i made a helper app today with same files injave shared for a watchface snd its working just fine.
The download button in my project shared is the main background and i have not added any button. also the toast is working as well.
ensure you have copied data correctly and have rebuilt project after copying this is very important and there are no errors in project.especially copying to build.gradle file is important and java file also
ImageView works but button not working in your project please help
kindly do share it how to use a button instead of imageview here with us as well when you have got it done.
Have a look here there should be a companion app with a button but i am not very good with android studio, so that’s the best i can do for you.
https://github.com/android/wear-os-samples/tree/main/WearVerifyRemoteApp
[edit: This link does not work, reformatted to no longer autolink]
Hi!
Could someone create a video step by step how to do?
Thank you!
I think this is what you want mmn
Google play wear os companion app - #31 by gmpanh but read the comments he clarifies it somewhat.
Ron
Samsung Developer Relations
Thanks for this fantastic resource! Uploaded my companion app last night, and working perfectly now!
I am glad that my post was helpful to you.
I wish you best of luck dear friend
Osman
OQ Watchfaces
hello - is there an easy way to build the app icons (ic_launcher_foreground.png) in the various sizes currently in ‘/app/src/main/res’.
Another question - what is the most efficient way to change the watch face name in the ‘Dbasic12’ sample project?
Any help is greatly appreciated!
When you build scroll down after you enter your passwords there is a Label that is supposed to show. Initially it is based on the Project Name but you can change it.
This only shows in the apps tray and I assume in Play Store. It is supposed to show in the long press to change watch faces but I think that is in the next release.
Ron
Samsung Developer Relations
Hi Ron,
thanks so much for the fast response - very much appreciated. I have the latest Flamingo Build and this ‘Label’ field does not show up but I found I can do a search/replace which seems to work.
Another question: By default the built app name is ‘app-release.apk’ - do I need to give the app a different name and where would I do that or is using the default name ok?
Many thanks in advance.
The package name in WFS It is the very top box in the build settings and the .aab and .apk extensions are added to that
the package name must have at least two segments (one or more dots).
Each segment must start with a letter.
All characters must be alphanumeric or an underscore [a-zA-Z0-9_].
Ron
Samsung Developer Relations
Hi Ron - sorry for the not being clearer - by ‘the default built app name is ‘app-release.apk’ I meant the .apk or .aab that is created in Android Studio. I did a ‘search in files’ in my Android Studio’ project but could not find any reference to this ‘app-release.apk’ file name.
I managed to build the Android Studio watch face companion app bundle. Now when I upload both to production in Google ConsoIe I get the error:
This APK will not be served to any users because it is completely shadowed by one or more APKs with higher version codes. Remove this APK from your release or review the targeting and version codes of the APKs that you are including in this release.
My .aab uploads are:
Watch face:
VersionCode: 5 (VersionName 5.0.0)
Companion App:
VersionCode: 6 (VersionName 5.1.0)
I followed the video of Murtaza ‘Create Simple Companion app for WearOS Watch Faces’.
If someone could help me with this one that would be great since I am not sure what is wrong here…