Using setMetaDataFilterWithKey to filter group channel list

Hi

I’m using setMetaDataFilterWithKey to make a filter for the SBUChannelListViewController. But when opening the view controller, it shows all the channels (for the current user). If I try with other filters like channelUrlsFilter, it only shows that channel (as expected).

The code:

let query = SBDGroupChannel.createMyGroupChannelListQuery()
query?.setMetaDataFilterWithKey("identifier", values: ["1000234236"])
let viewController = SBUChannelListViewController(channelListQuery: query)

Hi Allan,

Can you please share the SDK and UIKit versions that you are currently using, so that we can check and investigate further. Meanwhile, if you have any other questions please let us know.

Best,
Dhaval.