You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[RHAddressBookSharedServices init]:130 Error: Failed to create RHAddressBookSharedServices instance. Underlying ABAddressBookCreateWithOptions() failed with error: Error Domain=ABAddressBookErrorDomain Code=1 "The operation couldn’t be completed. (ABAddressBookErrorDomain error 1.
In iOS 8, most requestAuthorization requests are CLASS methods vs. INSTANCE methods. This way, the API can check for authorization before creating an instance.
On iOS 8.0.2, I'm getting this error:
-[RHAddressBookSharedServices init]:130 Error: Failed to create RHAddressBookSharedServices instance. Underlying ABAddressBookCreateWithOptions() failed with error: Error Domain=ABAddressBookErrorDomain Code=1 "The operation couldn’t be completed. (ABAddressBookErrorDomain error 1.
In iOS 8, most requestAuthorization requests are CLASS methods vs. INSTANCE methods. This way, the API can check for authorization before creating an instance.
The text was updated successfully, but these errors were encountered: