My iOS app uses the Matter framework to commission devices over Wi-Fi (not Thread). With the Matter Client Developer Profile installed, commissioning works perfectly. However, in TestFlight builds without the profile, commissioning fails, even though the app includes the Matter Allow Setup Payload capability and the following in Info.plist:
<key>NSBonjourServices</key>
<array>
<string>_matter._tcp</string>
<string>_matterc._udp</string>
<string>_matterd._udp</string>
</array>
How can I enable Matter device commissioning using the Matter framework in production/TestFlight builds without the Matter Client Developer Profile?
Please provide guidance or specific configurations needed for production environments
Selecting any option will automatically load the page