The Environment:
Fenix 3 running FW 8.20
Eclipse Version: Neon.2 Release (4.6.2)
Garmin Express 5.3.1.0
Windows 10
A detailed description of the issue:
My app https://apps.garmin.com/en-US/apps/95dd5586-4a26-401f-83b5-6e408d4dbd0e has 60 strings, which can be modified in the settings. : This is OK with the Simulator (App setting editor) and with Garmin Connect Mobile
But in Garmin Express, when modifying the parameters, I have the message that my app has a restriction with the number of char in my app :
Sometime I can modify, sometime not, this is not always, but very frequent
Some users are asking to me how can they do (cause Garmin connect Mobile is not very useful for this) ????
Here's my setting file (a part only, there are 60 strings) :
<settings>
<setting propertyKey="@Properties.1" title="@Strings.WP_Setting1"> <settingConfig type="alphaNumeric" /> </setting>
<setting propertyKey="@Properties.2" title="@Strings.WP_Setting"> <settingConfig type="alphaNumeric" /> </setting>
<setting propertyKey="@Properties.3" title="@Strings.WP_Setting"> <settingConfig type="alphaNumeric" /> </setting>
<setting propertyKey="@Properties.4" title="@Strings.WP_Setting"> <settingConfig type="alphaNumeric" /> </setting>
<setting propertyKey="@Properties.5" title="@Strings.WP_Setting"> <settingConfig type="alphaNumeric" /> </setting>
.....
<setting propertyKey="@Properties.59" title="@Strings.WP_Setting"> <settingConfig type="alphaNumeric" /> </setting>
<setting propertyKey="@Properties.60" title="@Strings.WP_Setting"> <settingConfig type="alphaNumeric" /> </setting>
</settings>