ABAddressBookRequestAccessWithCompletion iOS 7 and semaphores
I have checked above link for asking a permission for address book in IOS 7 device but it's not working. Here we are using "ABAddressBookRequestAccessWithCompletion" method to ask a permission,it's works perfectly in all IOS 7 simulators but while we are testing it in ios 7 device (iPhone 4,4s,5c) it will not ask for the permission to user but app already has to permission for same.
to confirm this issues i follow some steps when i install the app in simulator and before i run the code in above link it will not shows my application in setting>privacy.But meanwhile in device it show my application in device and also permission is granted.
So kindly help me out for sort out this issues.
I'm using Xcode 5.1.1, simulator with os ios 7.1(ratina 3.4,4.0 and 4.0 64 bit),and device 4,4s and 5c with ios 7.1.