Hi,
I have implemented a datafield which uses two new features from the new SDK. Both features work pretty well in the simulator. Nevertheless, as soon as I release a new version via the Garmin store, the new features are not effective at all on my physical device (Forerunner 235).
The first feature is the new onTimerLap() method. I use it to update my datafield to show the average lap heart rate of the previous lap.
The second feature is the vibration feature. I use it to vibrate once in 20 seconds if the cadence falls below a threshold.
As I said above both features work well in the simulator but not on my watch. The watch itself has installed the newest Garmin firmware (5.40). Any hints why the simulator behaves different to my device?