I've got this code
enableNotifications = Application.Properties.getValue("enableNotifications");
Which on some devices appears to cause an unexpected type error, according to the ERA tool.
I can't tell why, and it also isn't something that a try/catch handles. Any thoughts on what it is? Originally the key I used for lookup was a constant string variable, I switched to the
literal to see if it made a difference, but it didn't.
Any ideas?