alexrothenberg / motion-addressbook

MIT License
89 stars 30 forks source link

Change in iOS 8 permissions #79

Open jamonholmgren opened 9 years ago

jamonholmgren commented 9 years ago

According to the iOS 8 Release Notes:

The Address Book UI people picker has been changed for iOS 8. A new mode with new API has been added where the app does not need access to the user’s contacts and the user will not be prompted for access. A temporary copy of the selected person is returned to the app. See ABPeoplePickerNavigationController.h for more details.

See the new PeoplePicker: Picking a Person or Property sample project demonstrating usage of the new mode.

What changes might be necessary in motion-addressbook? Just putting this here for now for discussion later.