Here's the case, we have a native Android app that's connected to a server and each user has a session id, this app will open a unity app at some point but we need to pass the user's session id from the native app to the unity app. Is this possible?
We don't want make the user re login in the unity app.
We will need to do the same for iOS in the future too
↧