what is group activies

What are group activities??

iPhone 15 Pro Max, iOS 18

Posted on Mar 27, 2025 7:52 PM

Reply
2 replies
Sort By: 

Mar 27, 2025 8:13 PM in response to Johnathan Burger

struct WatchTogether: GroupActivity {  

   var contentIdentifier: String  


   func metadata() async -> GroupActivityMetadata {  

     var metadata = ActivityMetadata()  

     metadata.fallbackURL = URL(string: "https://example.com/title/\(contentIdentifier)")  

     return metadata  

   }  

}

Reply

what is group activies

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.