I have the iOS 14 beta 7 and the SharePlay development profile installed on two devices, however whenever I'm on a FaceTime call with them, GroupStateObserver().isEligibleForGroupSession returns false in the app that I am attempting to start a group activity in.
Has anyone been able to successfully get SharePlay working using this configuration, which should supposedly work according to https://developer.apple.com/forums/thread/688155?
Self-answering this one: isEligibleForGroupSession seems to return false no matter what, but it turns out that activating the group activity works as expected anyway (I had isEligibleForGroupSession being true as a prereq for launching the activity, but after removing this check I'm able to go ahead with calling activate() anyway).