Under Review

BUG: Latest SDK ruins activity recording for selected Fenix5 models.

I was reported by user (Fenix 5x) that app crashes when starting activity – tennis. I did try it in simulator and here is error I receive:

Error: Symbol Not Found Error

Details: Could not find symbol 'SPORT_TENNIS’

Stack points to this line in my code:

  session = ActivityRecording.createSession({

                        :name=>$.config.langText["app_name"],

                        :sport=>Activity.SPORT_TENNIS,

                        :subSport=>Activity.SUB_SPORT_GENERIC

                });

- API code 0x30002f03

- API code 0x3000402f

I tried to use Activity.SPORT_GENERIC and to pass numeric value directly – same error!

I used latest SDK 8.4.1 and refreshed Fenix 5x package. I can see same issue is happening for Fenix 5, Fenix 5s (I checked all Fenix5 and few random models).

Issue is gone when using SDK 8.1.0.