3

Using xcode 8, devices using iOS 9 and 10

I've got same problems like this

Camera does not working with ABPersonViewController and CNContactViewController.

It pops up with black screen and non of contained controls are working except cancel button.

I've searched several questions, but didn't help.

any clues. Thanks.

ps. Already added NSCameraUsageDescription, NSPhotoLibraryUsageDescription and NSContactsUsageDescription to info.plist file.

a1ahn
  • 58
  • 7
  • Go to the Settings page for your app in the Settings app. Is camera access disabled? – rmaddy Sep 29 '16 at 04:36
  • @rmaddy nope. All access options are enabled. – a1ahn Sep 29 '16 at 05:00
  • I am also experiencing this problem. In fact, my app explicitly DOES have permission to use the camera. But if we get to it from ABPersonViewController, it behaves exactly as if permission for the camera has been disabled. – user435779 Nov 03 '16 at 18:52
  • @Ahn - Have you fixed the camera issue of CNContactViewController because I am facing the same. Let me know the solution if it is working. – Ved Rauniyar Oct 30 '17 at 12:13

1 Answers1

-1

Noticed that 'Take Photo' is not appearing in iOS 11 version, Apple might have removed it as its bug. I did not find an Apple link for official confirmation on this.