cloudkit - AcceptReject record share invitation using UICloudSharingController - Stack Overflow

admin2025-05-02  2

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

转载请注明原文地址:http://www.anycun.com/QandA/1746116159a91893.html