iBooks ====== Disabling the Book Store ------------------------ To disable the book store you need two payload domains, :ref:`com.apple.iTunes` and :ref:`com.apple.iBooksX`. For the iTunes domain, you will need a payload which includes the **disableMusicStore** key, example:: PayloadType com.apple.iTunes PayloadIdentifier com.github.mosen.itunes.ibooks.example PayloadUUID AA84C49C-C8FE-41C7-9CDA-FD1F888005FA disableMusicStore For the iBooksX domain, you need to include the **BKDisableBookStorePreferenceKey** key, example:: PayloadType com.apple.iBooksX PayloadIdentifier com.github.mosen.ibooks.example PayloadUUID 9D84C49C-C8FE-41C7-9CDA-FD3F888005FA BKDisableBookStorePreferenceKey With both of these enabled, the iBooks store will be disabled. .. note:: The status of the iBooks store is determined by the BookKit private framework.