Bramzor
Bramzor
Recent as in last created or last updated? This is currently not possible as no creation/update date is kept. What you might do is just ordering and filtering on ID...
Was testing your pull request but for some reason, it does not show the image. When I'm checking the logs it seems that the plugin only returns a part of...
Provide at least an error...
I did create a test app to show the issue: https://github.com/Bramzor/ionic-native-contacts-tests
Hi @sava999, Thanks for your message. You are looking at the toDictionary function. The URL part that is parsed while saving is this one: https://github.com/apache/cordova-plugin-contacts/blob/master/src/ios/CDVContact.m#L273 Currently I already figured out...
If I read between the lines, your crash is related to not asking permission to access the contacts first right?
> `find` first, then make your changes and then `save` on the `Contact`: https://github.com/apache/cordova-plugin-contacts#methods-1 This is not correct. Save will only update things like name/notes etc. If you for example...
On iOS (havent tested Android) there is a bug that does not allow to save any information which is of the type array. The only currently working way is to...
Hi @rhanesoghlyan , the way we keep track of these updated contacts is by adding an url to the contact which holds this information including a timestamp and we also...
What is wrong with the find method? It works on iOS11 in the emulator here. Yes the SDK calls are deprecated but they currently do still work as far as...