Swift & App Groups (Extensions)
I'm using Supabase in my iOS app and trying to work with it in a Share Extension.
When I'm trying, it seems like supabase's session is empty - and I imagine the reason is that it's probably not constraint to some app group that is shared across processes. Is there any way to specify such an app group?
Eventually I'd like to send some data into Supabase from the share extension, but would like to understand the user's identity is correct, first.
Thanks!
When I'm trying, it seems like supabase's session is empty - and I imagine the reason is that it's probably not constraint to some app group that is shared across processes. Is there any way to specify such an app group?
Eventually I'd like to send some data into Supabase from the share extension, but would like to understand the user's identity is correct, first.
Thanks!