简体   繁体   English

iCloud一次性设置未发生

[英]iCloud one time setup not taking place

I have an app that runs on OS X and iOS, using iCloud. 我有一个使用iCloud在OS X和iOS上运行的应用程序。 Quite often, from a fresh iOS install, the one-time setup is not taking place. 通常,从全新的iOS安装开始,不会进行一次性安装。 In clear, I don't receive the StoreWillChange/StoreDidChange events. 显然,我没有收到StoreWillChange / StoreDidChange事件。 App is working otherwise fine, and synchs data OK. 应用程序可以正常运行,并且可以同步数据。 But as I am running my deduplication upon receiving the StoreDidChange event, that's kind of annoying. 但是,当我在收到StoreDidChange事件时运行重复数据删除时,这很烦人。

Do you know why - or under which condition - the one-time setup does not take place ? 您知道为什么-或在哪种情况下-无法进行一次性设置吗?

It turns out that anyway, the de-duplication algorithm need to be run more often than just upon reception of StoreDidChange event. 事实证明,无论如何,重复数据删除算法都需要运行,而不仅仅是收到StoreDidChange事件。 So that kills the question itself. 这样就扼杀了问题本身。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM