Saving CloudKit Record “Not Authenticated” (9/1002)“ ”This request requires an authenticated account“”

后端 未结 6 868
星月不相逢
星月不相逢 2021-02-12 12:33

Saving a CKRecord in the simulator gives me the following error:

[publicDatabase saveRecord:cloudRouteEntity completionHandler:^(CKRecord *record, NS         


        
6条回答
  •  -上瘾入骨i
    2021-02-12 13:39

    I was having the same problem.

    I has added an id query index in the Users Records, when i removed this index the problem stopped.

    I dont even know whats the relation between these things, but it worked for me.

    Sorry for the bad english

提交回复
热议问题