I have a question about how can communication between different entities be done.
So, I would have a button in my app that uses Application.OpenExternalURL - this would work well in any of my supported platforms - windows, mac, webgl, ios and android.
This external URL would be some kind of Single Sign On that would give an auth token back to the app. I know that in windows it is possible to implement some command arguments, but on app initialization.
I’ve also considered embedding a web browser in the app but that wouldn’t work I think.
Is there a way to achieve this with some kind of external / internal notification / communication system?
Thanks in advance