Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用用户可以通过 iCloud 登录的以下徽章。我在哪里可以找到它?是官方徽章吗?我该如何实施?
谢谢你!
当您在 CloudKit 容器上执行 fetchUserRecordIDWithCompletionHandler 时,您将在尝试获取用户信息时收到系统提示。上面的徽章应该只是一些自定义按钮。在按下时,您将执行 fetchUserRecordIDWithCompletionHandler 并将用户 RecordID 保存在您的应用程序中的某个位置,以便您知道用户已登录。