How to join a SharePlay GroupSession correctly/programmatically? – Ios swift
I have problems to join a share play group session programmatically. First I create on one device a SharePlay Activity await SharePlayGame().activate() If this was successful the creator listen to the session private func startSession() async { for await session…