Fixed
- Replaced the deprecated method
UIApplication.openURL(:)
withUIApplication.open(_:options:completionHandler:)
.
Added
- Added the
@objc
flag for Swift Live Activity methods to ensure Objective-C compatibility.
UIApplication.openURL(:)
with UIApplication.open(_:options:completionHandler:)
.@objc
flag for Swift Live Activity methods to ensure Objective-C compatibility.