Hi all,
Some users of my app are reporting some issues with playtone not working on Fenix 8. It works well with fenix 5,6 and 7, but users are not hearing the tone on Fenix 8.
I use the standard Playtone:
var toneProfile5 = [new Attention.ToneProfile(Math.ln(vario+1)*1000+3000, 200)];
Toybox.Attention.playTone({:toneProfile=>toneProfile5});
Any idea?
Thanks