How to manage matter custom commissioning with auto fill ssid and password?

Matter-enabled devices can be commissioned directly using MatterSupport and Default System UI.

But what if we don't want that default system ui instead want to implement an entire customized flow as in Matter Sample iOS app.

How can I do that if I'm using MatterSupport and want a custom flow instead of a default flow?

Currently, in custom flow, the user has to enter ssid and password of the network connection, but I want to programmatically read SSID and password on the network and pass those as arguments to the chip controller for commissioning.

Is it possible in iOS to read the credentials of a wifi network by any chance?

Replies

can anyone?