Reply to Live Activity update push token any updates? Topic: App & System Services SubTopic: Notifications Tags: Mar ’25
Reply to How can I detect if my app was opened by tapping a Live Activity? func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any] = [:]) -> Bool { handleLiveActivityTap(url: url) return true } Topic: Programming Languages SubTopic: Swift Tags: Feb ’25