I'm using Live Activity features in my app, but I want to customize the user experience across different Apple devices. Specifically, I'd like to:
Keep Live Activity enabled and functioning on the iPhone Disable or prevent Live Activity from appearing on the connected Apple Watch
Is this level of device-specific control possible with Live Activity? If so, what's the best approach to implement this functionality? What I've tried:
I've looked through Apple's documentation on Live Activity, but couldn't find specific information about device-level control. I've experimented with ActivityKit, but haven't found a clear way to distinguish between iPhone and Apple Watch when pushing updates.
Post
Replies
Boosts
Views
Activity
i got ITMS-90109 before, and areally fix it.
but when i update a new build for my new version, the (Add to review) button no work?
Is sandbox testing in xcode stage or testfight stage?
am I can test the sandbox in XCode build and run or need to upload the app to the testfight??
i have two navigationlink in one view, in 15.0 ,15.1 is perfectly find ,but in 14.7,it's show one navigationlink is disapear.
Does anyone face this problem?
`
NavigationLink(destination: chart(), label: {
Image(systemName: "chart.line.uptrend.xyaxis.circle.fill")
.resizable()
.frame(width: 40, height: 40)
.foregroundColor(.gray)
})
NavigationLink(destination: setting(), label: {
Image(systemName: "gear")
.resizable()
.frame(width: 40, height: 40)
.foregroundColor(.gray)
})
`