Is it possible to check if iCloud KeyChain is enabled in iOS 7?

icloud, ios, ios7, keychain, settings

Solution

I asked this question to Apple Developer Technical Support and got the answer that there is no API for this.

Problem

I would like to check if a user has iCloud Keychain enabled on an iOS device, in order to prompt them if they haven't so they can switch it on to allow sync of data. Can anyone advise me how to achieve this programmatically? Is there any way to read the settings? Thanks.

Original source