There is a new issue that a recent update to the mobile app has just caused:
For an integer device preferences field, the app now shows the allowable range in the field editing popup. However, if in the device profile, you defined only a min, and not a max, the app no longer accepts ANY input. This has broken all Edge devices using integer preference setting fields: I suspect the same problem happens if you have a max defined but not a min.
Same problem with string / text preference types. Without both min and max length, it will no longer accept any input. And max length limits you to 36, so I can no longer accept any preference text > 36 characters.
Yes, thanks, I noticed that the other day on my iOS app. If no maximum is defined in the Edge device profile, then some VERY large number is shown in the app for the range.