Unity Cloud Build IOS package for testing

We have an application which uses unity content and there are webviews(gree webview) used for some scenarios like login.
We need build debugging iOS distribution via unity cloud for test automation. Because the distribution created by unity cloud is not showing the web view contexts. When I build the distribution from the same branch locally I was able to see the web views I doubt that it’s related to the way that we build the distribution. In local I’m creating the distribution as debugging but in UCB it was built as ad-hoc.

Thanks in advance.