I am sharing iCloud records using UICloudSharingController, for this I am using TWO devices and while opening the share invitation link on the second device, nothing happens, actually It doesn't trigger Accpet/Reject flow. I have already handled the Accept/Reject logic on application:open:url event.
func application(_ application: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any] = [:]) -> Bool
On Debug it doesn't trigger the above function.
Since my app is in SwiftUI, I tried in both SwiftUI and UIkit way. Even with SwiftUI it doesn't trigger expected event openUrl.
##PS: Already configured associated domains: applinks:icloud