Ich bin Nam Nguyen, ich benutze Microsoft Band SDK für iOS (Microsoft Band 2). Ich habe eine Frage, wie ich den Status von BandContact am Anfang bekommen kann. Ich habe versucht,Microsoft Band SDK Band Kontakt Update
[client.sensorManager startBandContactUpdatesToQueue:nil errorRef:&err withHandler:^(MSBSensorBandContactData *contactData, NSError *error) {
NSLog(@"BandContact Updated");
}];
Aber leider zu implementieren @ "BandContact aktualisiert“ nur ausgelöst, wenn ich den Zustand zu ändern: die Band ausziehen oder tragen Sie es zurück Bitte Tipp
Danke und viele Grüße,
..
Danke Manjit, stopBandContactUpdates löste es. –