Coder Social home page Coder Social logo

Comments (8)

ppetree avatar ppetree commented on September 21, 2024

If you look at the iOS log files I bet you will find a bunch of deprecation notices. Scan for CDVcontact.h and you'll find a whole bunch of stuff was deprecated starting with iOS9.0 and the authors of this never thought of updating this stuff when iOS 9.0 was released back in 2015.

from cordova-plugin-contacts.

Bramzor avatar Bramzor commented on September 21, 2024

Currently there is no alternative so we are stuck with it and I'm pretty sure its a small issue as I found out that it works when I place a breakpoint in the native code so it seems some kind of race condition. So thats not related to all the deprecation notices or old code, it's just a bug.

from cordova-plugin-contacts.

janpio avatar janpio commented on September 21, 2024

Deprecation notices are never the source for a bug - they are just notices, that something might be removed in the future. They cause absolutely no harm, so your observation @Bramzor is not surprising.

from cordova-plugin-contacts.

Bramzor avatar Bramzor commented on September 21, 2024

But no one that uses this plugin and modifies these arrays just to confirm they have the same behavior on iOS?

from cordova-plugin-contacts.

ppetree avatar ppetree commented on September 21, 2024

This plugin is not returning email addresses on iOS 11.x (haven't tested on 9/10/12 yet) and seems to be ignoring that little part where it just returns the fields you want.

@janpio Yeah, buy me a nice new Macbook Pro, install xCode and get Cordova apps compiling (for both platforms) and then ship the box to me and I'll fix all those niggling little bugs. ;-) Until then, I think the project I'm investigating may be my first Flutter project.

from cordova-plugin-contacts.

Bramzor avatar Bramzor commented on September 21, 2024

This plugin is not returning email addresses on iOS 11.x (haven't tested on 9/10/12 yet) and seems to be ignoring that little part where it just returns the fields you want.

Think you might be doing something wrong. Just checked logs and I do get email addresses on iOS 11.2 , same for iOS 12.1 . The problem is not retrieving information because all of that works. It is just when you try to UPDATE an array these updates are just ignored when I run it without a breakpoint. I work around the issue currently by removing a contact and inserting a clone of that contact again but I can only do that for new contacts as the clone itself might not have all the information the contact had.

So conclusion is that UPDATE functionality is currently broken in the plugin on iOS (havent tested it specifically on Android). Combination CREATE & REMOVE works but not ideal. We really need to get it fixed.

from cordova-plugin-contacts.

ppetree avatar ppetree commented on September 21, 2024

Ok, I'll double check what I'm doing in my code... I don't need to update any information, just let grandma and grandpa pick their next of kin.

from cordova-plugin-contacts.

timbru31 avatar timbru31 commented on September 21, 2024

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.

from cordova-plugin-contacts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.