ios - CloudKit 订阅不能在代码中创建吗?
<p><p>我需要在应用程序运行时创建“动态”订阅,这些订阅无法预先确定,因为它们是基于我为每个连接的设备临时生成的一些唯一 ID。在开发模式下运行时,CloudKit 可以完美运行,但是在分发模式下我不断收到此错误:</p>
<pre><code><CKError 0x1358436e0: "Invalid Arguments" (12/2006); server message = "attempting to create a subscription in a production container"; uuid = 41F4CA23-9849-40B1-8DB5-0030BBD91251; container ID = "iCloud.com.company.CloudKit">
</code></pre>
<p>有没有办法动态创建订阅?我认为只需要使用仪表板创建 RecordTypes。 </p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>您绝对可以在 CloudKit 容器的生产环境中动态创建订阅。如果您对特定记录类型使用查询订阅,则需要确保该记录类型存在于生产环境中(换句话说,您已将架构迁移到生产环境)。</p>
<p>请记住,生产环境也用于 Beta 测试。</p></p>
<p style="font-size: 20px;">关于ios - CloudKit 订阅不能在代码中创建吗?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/31632669/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/31632669/
</a>
</p>
页:
[1]