This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

alphaNumeric type app setting does not accept <, >, & and \ characters

From the Garmin documentation (https://developer.garmin.com/connect-iq/core-topics/app-settings/) there is no mention that alphaNumeric type does not accept <, >, & and \ characters. These characters are accepted by Garmin Connect Mobile Android so I don't see why wouldn't be they accepted in iOS. Garmin Connect Mobile iOS even behaves differently when trying to save the mentioned characters:
- When using & character, the character and content after it will be removed upon saving (e.g. "ab&c" will be saved as "ab")
- When using \ character, the character will be removed upon saving (e.g. "ab\c" will be saved as "abc")
- When using < or > character, the whole string is cleared upon saving (e.g. "a<b" will be saved as "") and then you get redirected to an unavailable page: