-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for a DeviceAttestationDelegate #92
Conversation
With the DeviceAttestationDelegate, device attestation failure is simply ignored. A warning is logged. Commissioning non-test Matter devices will now work.
app/src/main/java/com/google/homesampleapp/screens/home/HomeFragment.kt
Outdated
Show resolved
Hide resolved
@pierredelisle I check the break point.But it's not stopped. I attached log. setDeviceAttestationDelegate() seem to be in error
Thank you for confirming. |
@TadashiSatoo Please provide complete logs so we can investigate. |
@pierredelisle
|
With the DeviceAttestationDelegate, device attestation failure is simply ignored. Commissioning non-test Matter devices will now work.
Fix for issues: #83 #86