I have reports from customers and personal experience that Fenix 8 devices are not playing sounds from my app. The sounds work fine on other devices (I have personally tested with an Epix 2 to confirm all is working as expected.)
I'm using ToneProfile to play sounds in the typical way. eg:-
toneProfile = [
new Attention.ToneProfile(1400, 25),
new Attention.ToneProfile(1000, 25)
];
Attention.playTone({ :toneProfile => toneProfile });
I have checked that Alert Tones are On in Watch Settings->Sound & Vibe and also Watch Settings->Focus Modes->Activity->Sound & Vibe
Volume is set to max in both places.
And can only suspect that this is a FW bug.