菜鸟教程小白 发表于 2022-12-12 16:49:20

ios - CloudKit:区域已被用户清除


                                            <p><p>我的一个用户删除了他们的云数据,现在他们收到“区域已被用户清除”消息。我相信它在获取区域时返回错误 CKErrorUserDeletedZone。</p>

<p>文档说明如下:</p>

<blockquote>
<ul>
<li>The user deleted this zone through the settings UI. Your client should either remove its local data or prompt the user before
attempting to re-upload any data to this zone. */</li>
</ul>
</blockquote>

<p>尚不清楚我是否应该删除该区域并重新创建它。
有人遇到过这种情况吗?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>该区域已被删除,您应该询问用户是否要重新创建数据库(如果可能)或停止使用 CloudKit。
如果您的应用需要 CK,那么您应该要求用户不要再这样做了。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - CloudKit:区域已被用户清除,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/33287815/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/33287815/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - CloudKit:区域已被用户清除