我正在实现基本的iCloud功能。我使用NSUbiquitousKeyValueStoreDidChangeExternallyNotification
监控更改。
每当我尝试为我的应用程序打开或关闭位于iOS iCloud设置中的开关时,我正在运行的应用程序将被操作系统杀死。它没有崩溃。这是我在设备日志中看到的内容:
com.apple.launchd[1] (UIKitApplication:com.myApp) <Notice>: (UIKitApplication:com.myApp) Exited: Killed: 9
backboardd[30] <Warning>: Application 'UIKitApplication:com.myApp' quit with signal 9: Killed: 9
可能是什么问题?由于没有错误,我无法理解。
愿你分享你的经历,我很高兴。