Unsupported Activity popup on tvOS

I'm working on Group Activities for our video app. When I start a video from Apple TV, it's fine to sync it with other user's iPhone device. but inverse case, it's not working. And in some cases, I saw "Unsupported Activity : The active SharePlay activity is not supported on this Apple TV"

What did I miss or wrong something?

  • SharePlay is a broken alpha turd of a release. Literally fully broken for any play involving AppleTV.

  • I am experiencing the same behavior, using the sample app (made a tvOS target). I can shareplay from tvOS to an existing FaceTime session, but not the other way around. The option appears in the control center on tvOS, but selecting it results int he Unsupported Activity message. Has anyone figured out what can cause this (the previous comment notwithstanding)?

Add a Comment

Replies

For me, it was this: metadata.supportsContinuationOnTV = true

The doc says the default value of supportsContinuationOnTV is true, but that (and it) is false.

  • Oh. Thank you so much. I saw that variable but doc says default is true. :( so I didn't try it. let me try.

Add a Comment