Hi Estimote and Forum
We are facing issue from estimote sensor on latest ipad os 17.5
We can call ESTTelemetryNotificationTemperature to get temperature. The function can get it easily but it does not return shortIdentifier value.
It is only return like this below ength=20,bytes=0
// Allocate a new call back for the SDK
self.temperatureNotification = [[ESTTelemetryNotificationTemperature alloc]
initWithNotificationBlock:^(ESTTelemetryInfoTemperature *temperature) {
NSLog(@"SensorsViewController:doSleepAndStart:Temp2: %f %@", [temperature.temperatureInCelsius floatValue], temperature.shortIdentifier);
}];
The log message is below:
SensorsViewController:doSleepAndStart:Temp2: 30.812500 ength=20,bytes=0
Can you help me to find what issue? the sensor is working fine on old ipad. It is having problems on new ipad.
Thanks
Sensor Team