IOS 15 Beta 6 has disabled SharePlay. According to emails sent out, installing the SharePlay Developer Profile should reenable SharePlay for development.
This does not work for me, after installing the Profile on two Beta 6 devices and restarting them, our app ever gets isEligibleForGroupSession == true
, although there is an active FaceTime call running. Even if I ignore this and try to run activate() on the GroupActivity, I get an error message saying it can't activate as there are no sessions.
This all worked with beta 5 in our .generic GroupActivity app. Is this working for anyone? If yes what did you change when compared to beta 5? Have I missed something?