I implemented an alerting feature in my simpledatafield. It works in the SIM (after enabling alerts in the SIM). But it does not work on real devices, tested with Edge 1030plus and Edge1050.
The alert is not shown. My debug logfile on the device proves that WatchUi.DataFieldAlert.initialize() is called. But WatchUi.DataFieldAlert.onUpdate() is not called, which displays the alarm.
Alarm is enabled for CIQ datafield in Edge device menu. Datafield has permission set for alerts. Is it a bug, or is there anything missing?
Then, i build the SimpleDataField sample from the SDK which also contains an alert, and sideloaded it to a Edge 1030plus. Again, no alarm. But i found that in the manifest.xml for this sample Edge 1030plus and Edge1050 are not listed in the product list.
Does showalert really not run on 1030plus and 1050?