I made a program for the Fenix 5x series. Everything works fine on that watch. Tested it very very well. Now someone is running into problems starting the app. He uses a Fenix 3 HR 4.30. He immediatly gets an IQ screen. I debugged the program and the problem is occuring by getting a setting in the following statement:
var turns = App.getProperty("turns");
It's the first statement getting the settings. The var turns is stored as string in the object store. It's a very common statement. Has someone any idea how to fix this? I'm lost, I tried every workaround.