(ios) fixes background thread problem in pickContact method
This fixes #228
Can we have the new version with this fix?
Can we have the new version with this fix?
Before we can merge or make a release, the plugin needs to have it's testing tools updated. The tests are failing because it's still using versions that are no longer supported. To get this PR merged, I'd also like at least one other PMC member to vote green.
For the record, I don't believe anything in this change is causing the test to fail, just travis and appveyor configs needs to be updated. I have some time, I'll make those changes now. Once the test changes are merged in, I'll restart the checks here, and if they turn green I'll start nudging people to take a look.
@breautek Ok sure. Thanks!
Actually there won't be any releases (and I'll probably won't convince anybody else for a green check) as this plugin is deprecated. My apologies, I didn't realise this plugin was deprecated initially.
See https://github.com/apache/cordova-plugin-contacts#deprecation-notice and https://cordova.apache.org/news/2017/11/27/Deprecation-of-cordova-contacts-plugin.html for more details.
I personally don't know of any migration strategy or alternate solution, feel free to use your own fork of this plugin.
@breautek Yes, I have manually applied this fix https://github.com/apache/cordova-plugin-contacts/pull/229/commits/868cfba60d2328306e3bb13bf98643c08c501622 on this plugin and it works. I use 2.3.1 Thanks!
@breautek Yes, I have manually applied this fix 868cfba on this plugin and it works. I use
2.3.1Thanks!
Hi, I'm experiencing this issue as well. How do I apply the fix to my project? Thanks.
@zimejin You need to add this fix https://github.com/apache/cordova-plugin-contacts/pull/229/commits/868cfba60d2328306e3bb13bf98643c08c501622 to here src/ios/CDVContacts.m
@Sampath-Lokuge Thanks for the quick response. I'll give this a try.
Regards
We are archiving this repository following Apache Cordova's Deprecation Policy. We will not continue to work on this repository. Therefore all issues and pull requests are being closed. Thanks for your contribution.