When putting my app on the store it seems to behave differently

I have developed an app that retrieves data from an api endpoint, I have included privileges to both internet and network.get, when I run this on a emulator it works no issues at all, also when I run it on my physical devices through visual studios it also works fine, but if I upload It to the Seller portal (Samsung store) it doesn’t work, I think it’s got to do with privileges but not 100% sure.
Can anyone help, or have any advice?
Thanks

[Editor Note] Moved to Galaxy Watch development forum-- Ron

The issue is to do with the different avenues for data. So wifi and cellular use a standard HttpClient where as when the phone is getting it connection through the phone(bluetooth) it needs to use a Web Proxy to get it done.