I\'ve followed the following tutorial, in the simulator it works great, however on my phone when select the address, Google maps launchs, I think I\'ve fried my brain on thi
In
-[ABPeoplePickerNavigationControllerDelegate peoplePickerNavigationController:shouldContinueAfterSelectingPerson:property:identifier:]
you need to return NO in order not to launch Google Maps. Returning YES would continue with the default action, which on the device is launching Google Maps.