I want to know what iCloud account is configured the iOS device, Is there any API to get the iCloud account details in iOS 7?
Thanks
No. You have no access to any account details. The most you can do is
[NSFileManager ubiquityIdentityToken]
NSUbiquityIdentityDidChangeNotification
.You do not get to find out the user's account name or any other details about their account. None of that is relevant to using iCloud.