How can I test getSensorConfigurationView in the simulator?
I tried to run my datafield in native pairing mode, where I am able to pair, onPair is called, where I call Sensor.notifyPairComplete:
public function onPair(sensor as SensorInfo) as Boolean {
log("onPair: " + sensor.name);
Sensor.notifyPairComplete(sensor);
return true;
}
But getSensorConfigurationView is never called in the app.