Global Variable グローバル変数

NSBundleResourceRequestLowDiskSpaceNotification

Posted after the system detects that the amount of available disk space is getting low. The notification is posted to the default notification center. 利用可能なディスクの空きが少なくなることをシステムが検出した後に投函されます。通知は、省略時の通知センターに投函されます。

Declaration 宣言

const NSNotificationName NSBundleResourceRequestLowDiskSpaceNotification;

Discussion 議論

After receiving this notification, the app should release any on-demand resources that are not required. Call endAccessingResources to release the managed resources. If the app is in the background and the app does not free up enough space, it may be terminated. この通知を受け取る後に、アプリは要求されないあらゆるオンデマンドリソースを解放すべきです。endAccessingResourcesを呼び出して、管理リソースを解放してください。アプリがバックグラウンドでありアプリが十分な空きを使えるようにならないならば、それは終了されるかもしれません。