Can I open browser window in the background?

I know this is weird requirement, but is it possible that as soon as user opens the app, it would open a browser window maybe in minimized size, which I can use to save some info in cookie or in global variables ? ( I know the async storage )

this was explicitly blocked by apple with the release of SFAuthenticationSession, so no you can’t do this :open_mouth:

How about in android ?

It’d be useful to know why you’re trying to do this. Each application on Android has its own cookie store so you could probably do this but it’d be equivalent to using AsyncStorage.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.