below / MatterSample

A Sample for iOS 16.1 MatterSupport.Framework
MIT License
14 stars 3 forks source link

fail to accessing the code in MatterRequestHandler #7

Open eling22 opened 1 year ago

eling22 commented 1 year ago

I am currently trying to run the project, but I am not seeing any debug information from the Matter extension (MatterRequestHandler). This leads me to believe that there might be an issue with how I am accessing the code within the matter extension.

One possible factor that could be contributing to this issue is the absence of the com.apple.developer.networking.manage-thread-network-credentials entitlement. However, in order to proceed with my testing, I have decided to use commit a5fecf99af841c142fd5e36ccf3237aa1ec868e1 instead of the main branch and removed the manage-thread-network-credentials entitlement.

From what I gathered through the Apple web documentation, it seems that the MatterRequestHandler is not directly related to the manage-thread-network-credentials entitlement. Despite this, the MatterRequestHandler is still not functioning properly.

I would greatly appreciate your assistance in identifying the reason behind why my MatterRequestHandler is not working as expected.

tracyhenryduck2 commented 1 year ago

Do you find the reason? I also encountered this problem