cost 89 ms
SwiftUI:在 macOS 上共享 NSSharingService 未收到共享 - SwiftUI: Sharing NSSharingService on macOS not receiving share

我有一个简单的测试应用程序,它尝试使用 NSSharingService 与另一个用户共享 CoreData 记录。 我可以创建我的共享并且有效, 但是当我尝试接收共享时,它会打开应用程序但什么也不做。 我已将 CKSharingSupported 添加到我的 plist 中。 我也跟着这个 ...

CloudKit:如何使用 CKFetchShareParticipants 和 CKModifyRecords 获取共享 URL? - CloudKit: How to use CKFetchShareParticipants and CKModifyRecords to get share URL?

我正在关注这个WWDC 视频和一些在线找到的示例代码(遗憾的是,Apple 没有在其 WWDC 演讲中包含示例代码),下面的这段代码让我的CKShareParticipant正常,但是这个块modOperation.modifyRecordsCompletionBlock根本没有返回,我究竟做错了 ...

无法与 UICloudSharingController 共享; 随着“正在上传”消息消失 - Cannot share with UICloudSharingController; vanishes with "uploading" message

在视图顶部显示 UICloudSharingController 时,它会显示屏幕,当我 select 消息选项向我想与之共享的人发送消息时,它会提供带有“上传”消息的纺车并消失 - 附加 . 但是,当我 go 到 cloudkit 仪表板时,根记录已共享。 但我不能与特定的人分享。 是因为它共享 ...

用户在接受记录和应用程序启动时无法打开 CKShare 记录 - Users can't open CKShare record when they accepted the record and application starts

通过实现 CloudKit 的 CKShare 功能以我的方式工作。 我已经设法到达共享记录的部分(例如通过 email),并且还可以确认用户收到了邀请。 问题是当用户接受记录时,应用程序会弹出但没有任何反应。 为了帮助这里是应用程序的一些关键元素,如果我错了,请告诉我。 1) 该应用程序不需要用 ...

CloudKit共享工作流程的结尾是:要打开它,您需要使用最新版本的“ app_name” - CloudKit share workflow ends with: To open it, you'll need the latest version of “app_name”

我正在尝试使用CloudKit在一组CKRecords上创建一个CKShare。 我已经完成了大部分工作流程: 创建一个“ root_record”,所有共享记录都将其标识为父级 添加多条记录并将“ root_record”标识为父项 在“ root_record”上 ...

使用 NSPersistentCloudKitContainer 在用户之间共享核心数据 - Share Core Data between users with NSPersistentCloudKitContainer

Apple 在 iOS 13 中引入了NSPersistentCloudKitContainer ,它使我们能够将 CloudKit 与 Core Data 一起使用。 我让它在不同的设备上几乎立即工作,但我的主要问题仍然存在。 是否可以以简单的方式与其他用户共享数据? 我一直在阅读CKShar ...

CKShare“ userDidAcceptCloudKitShareWith”仅由同一用户的首次安装触发 - CKShare “userDidAcceptCloudKitShareWith” is only triggered by first installation of same user

在Appdelegate中,我有userDidAcceptCloudKitShareWith 但只会从接受邀请的用户中为第一台设备触发。 例: 用户A邀请用户B。 用户B在设备B1上接受邀请->一切正常,该方法被触发,我知道该怎么办。 问题是,当用户B使 ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM