Pierre Delisle

Results 27 comments of Pierre Delisle

It is very hard to investigate the issue without more information. Please see https://github.com/google-home/sample-app-for-matter-android/wiki/How-to-investigate-issues-with-the-sample-app-(GHSAFM).

Please use the latest version of the app (1.4.1), as many improvements have been made since 1.0.3. See https://github.com/google-home/sample-app-for-matter-android/releases/tag/v1.4.1.

Indeed! As for the reason, sheer ignorance :-). Will look into it shortly...

Ack. We're looking into moving these binary dependencies to their own maven repo.

Hey Jon, sorry to hear about the aggravation on this issue. Asking someone on our eng team to have a look.

Jon, do you have a [project created for your test device?](https://developers.home.google.com/matter/integration/create) Also, could you try to reproduce with this tool: https://developers.home.google.com/matter/tools/virtual-device?hl=en This way I'd be able to test with the...

Attestation errors are the following: ``` 1: DEVICE_ATTESTATION_VALIDATION_ERROR_TYPE_INVALID_NONCE (fatal error) 5: DEVICE_ATTESTATION_VALIDATION_ERROR_TYPE_CHAINED_TO_VALID_TEST_PAA_CERT (info) 11: DEVICE_ATTESTATION_VALIDATION_ERROR_TYPE_CHAINED_TO_VALID_TEST_CD_CERT (info) ``` I've filed an issue so that enum names be shown on the logs...

Thanks Paul-Marie. Makes sense. We should get resolution on #80 soon, and then we should tackle this as you propose.

In the CHIP SDK, there is an Android interface binding for mDNS service resolution called ServiceResolver. A default implementation, NsdManagerServiceResolver, is provided as a convenience, using the Android platform NsdManager....

It is important to note that the primary goal of the sample app is to showcase the [Home Mobile SDK APIs](https://developers.home.google.com/matter/apis/home). It can also be used as a learning tool...