Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
更新されたレコードが iCloud からインポートされた後に、NSPersistentStoreDidImportUbiquitousContentChangesNotification(ワイド スクリーンを使用していることを願っています...) 通知が受信されます。しかし、保留中の更新がこれ以上ないことを確認する方法はありますか?
NSPersistentStoreDidImportUbiquitousContentChangesNotification
これは主に、新しいストアが iCloud に追加されたときに最初の更新の終了を検出して、既存のデータを安全にマージできるようにするために必要です。
私の知る限り、保留中の変更があるかどうか、iCloud から保留されていないかどうかを判断する手段はありません。