Hello
I am trying to make a basic app using the Android SDK and flutter, I managed to have the SDK running, enrollment works fine, but then I can't manage to connect to a service.
Knowing our network uses "bindUsingEdgeIdentity" I have to use an Identity name instead of the service name, but from what I've found the dial functions available in the SDK only allow dialing using the service name.
Using python I had no trouble, the monkeypatch allowed me to directly dial an URL with a specific identity name ("identity.ziti:2610/route" for instance), I am trying to recreate such effect on Android.
Is there a workaround, or maybe I'm just missing something ?