Included is my function:
func fetchUserRecordID() async throws -> CKRecord.ID {
let container = CKContainer.default()
do {
let recordID = try await container.userRecordID()
print("User record ID: \(recordID.recordName)")
return recordID
} catch {
// Handle error
throw error
}
}
Post
Replies
Boosts
Views
Activity
No reply yet from Apple. I can try to work a code solution and post here for you charbonn.
Hello!
I have submitted the request!
Here is the FB: FB14001724
Is there a chance you can provide any updates on this feature request? I would love to test it out and help out any way I can!
Thank you!
Anyone? :o
@deeje
Thank you! Resolved :)
@deeje
Thank you for the response, it's been difficult to track an actual source. I know its been asked previously on this forum somewhere!