Complete
over 3 years ago

WERETECH-11201

Fixed

On Venu 2/2s no ActivityMonitor Info?

Im surprized, for Venu 2/2s ActivityMonitor has no :info ... ?

if (ActivityMonitor has :Info) {
  var amoninfo = ActivityMonitor.getInfo();
  if (amoninfo != null) {
    System.println("Has AM Info");
  }
} else {
 System.println("No AM Info");
}

Venu 2/2s has :info, but .getInfo() leads to error. All other devices are ok, only Venu 2/2s ?

Parents
  • And your SDK Manager is not offering any update of Venu 2/2s devices? Meanwhile I'm 100% sure, something is wrong with this device update I granted 12h ago. All devices are working except Venu 2/2s, same code, same settings on simulator. Is not finding getInfo() on ActivityMonitor. System,getDeviceSettings().activityTrackingOn says "true" also on Venu 2/2s
Comment
  • And your SDK Manager is not offering any update of Venu 2/2s devices? Meanwhile I'm 100% sure, something is wrong with this device update I granted 12h ago. All devices are working except Venu 2/2s, same code, same settings on simulator. Is not finding getInfo() on ActivityMonitor. System,getDeviceSettings().activityTrackingOn says "true" also on Venu 2/2s
Children
No Data