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.
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.