Cloudkit Can we modify data of public database

后端 未结 2 1559
星月不相逢
星月不相逢 2021-01-20 09:12

I have just gone through the cloud kit doc as in this link cloudkit but not getting clear about to modify database records for public database. As per this description in cl

2条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-20 10:13

    In the CloudKit dashboard you are able to change the access rights. So it would be possible to make records writable by others. You do have to be careful with this. When your app runs on a jailbroken device, then it's possible to execute methods with arbitrary arguments. This is a high security risk.

提交回复
热议问题