Hi,
Since a few month, my app is vibrating and biping every minute after the activity is started :
ActiveSession = Fit.createSession({ // set up recording session
:name=>"Sailing", // set session name
:sport=>Activity.SPORT_SAILING, // set sport type
:subSport=>Activity.SUB_SPORT_SAIL_RACE // set sub sport type
});
ActiveSession.start(); // call start session
The bip and the vibration are not made by my app (not the same sound and not the same duration)
I have looked in all my watch parameters, and deactivated all things like sound signal, but it's alaway biping every minute. I cannot find where this is coming from
Of course, the simulateur doesn't do that.
This is the only activity I often use. But others activities don't seem to do the same ...
Some help would be useful, thanks
My watch is EPIX 2, with 17.28 version

