Hi Illya, I'm using the "org.apache.cordova.contacts" plugin thats included by default with the Appery.io app. I'm not sure which version of the plugin is included with the projects by default, but my app settings say that it is using Cordova 3.6. I should also mention that I'm using the p...
I'm attempting to use the pickContacts method of the contacts plugin API on my iPhone running iOS 8. Some of the contacts that should have multiple phoneNumbers end up just returning null. I've debugged the code in Xcode and I can see where the CDVContacts pickContact method is returning NSNull when...