I am working on a statistics authorisation system for a friends mobile game (don’t ask!), and need to be able to call a URL from within Unity iOS and Android preferably without visibly opening it in the browser, so the URL is kept hidden.
For this reason, I don’t think Application.OpenURL will work in this case as that will open it in a browser, but I was wondering if it was possible another way, to do this?