Unable to commission with wifi device using iOS matter framework

Hi there: Following document: https://developer.apple.com/documentation/mattersupport to add wifi sensor to my own fabric. I added MatterExtension, Matter Allow Setup Payload = YES, Add following to info.plist <array> <string>_matter._tcp</string> <string>_matterc._udp</string> <string>_matterd._udp</string> <string>_meshcop._udp</string> </array> </plist> I can still not get callback from MatterAddDeviceExtensionRequestHandler commissionDevice. I know print log can not be seen in Extension, but I can still not see any logs even use os_log.

My code is same like this: https://github.com/below/MatterSample

Every thing works fine after put app in 2.4G network.

Unable to commission with wifi device using iOS matter framework
 
 
Q