kRTCReportingSessionInfoClientBundleID Error writing HomeKit Characteristic Value

In my app I'm writing the value of a characteristic (the value written is a string). When I write this characteristic with this code:
characteristic.writeValue(uuidString) { error in
}

The error message below is printed to the debug console. The value *is* written, it seems. If I follow up with the following readValue, the characteristic.value is correct.

characteristic.readValue { error in
print(characteristic.value)
}

I can't find a reference to what this error root cause is, or how to "specify the bundle id" for the referenced key value.

Does anyone know what this means--and is it something I need to address before shipping the app (and how to do that)?

2021-05-17 14:29:14.321834-0400 XXXXXX[3509:2934697] validateSessionInfo: bundleID is invalid. Please specify the bundleID for kRTCReportingSessionInfoClientBundleID

We are facing the same issue. Did you find the solution to this?

did you fixed it? now i has zhe some problem

Same issue here

Same problem

Same thing here. Basically any time I perform characteristic.readValue I get this 3 lines

2022-07-10 21:39:03.879599+1000 MyApp[3596:803751] validateSessionInfo: bundleID is invalid. Please specify the bundleID for kRTCReportingSessionInfoClientBundleID
2022-07-10 21:39:03.879692+1000 MyApp[3596:803751] initWithSessionInfo: XPC not entitled, 1
2022-07-10 21:39:03.879809+1000 MyApp[3596:803751] [LogBackend] Flushing events without a RTC session.
kRTCReportingSessionInfoClientBundleID Error writing HomeKit Characteristic Value
 
 
Q