How to find out the App ID of the weather app that comes preloaded

Trying to create an action when the user taps on a weather icon, Copilot is saying the app ID for the default weather app on the watch is com.samsung.android.weather, but when I use that, I get “Item not found” when I tap the icon on my watch.
I am still very very new in WFS so hopefully my questions is not too dumb.

hi, if I understood correctly, you have to put the right string: com.samsung.android.watch.weather

1 Like

1.pdf (45.6 KB)
Almost exhaustive list of IDs present in the watch

2 Likes

@Mayalona . Thanks for the list .

@ Mayalona Many thanks for the list, going to give it a shot.

1 Like

@ _marco_1969 That did it, thanks! I blame Copilot, the AppID it provided was missing “watch”.

2 Likes

@vess
For future reference you can find the id of any app on your watch by following these steps:

  1. Go to Playstore → Search → Watch apps → This device → [Your watch].
  2. Find the app and click on it.
  3. Click on the 3 dot icon from the top and select “Share”.

You would be able to copy the app id from there.

1 Like