-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warnings on iOS 10 about ABAddress deprecations #138
Comments
Same here, Any solution? |
Yes, we think it about. |
Something to think about: Another hint: WhatsApp API is using the record ID to directly open a message dialog with contact. UUID will not work until WhatsApp supports this. iMessage Extension: The conversation work with the UUID of contacts – so it would be nice to have both. Is there any way to get the |
I would also really appreciate if you could convert to the Contacts APIs :) Warnings treated as errors makes life hard ;) |
@kevinlieser I don't think |
@belkevich Sure, it would be great. I'll be glad to help this weekend. About the problem with RecordID and UUID, (I don't know yet) but it would be wonderful have 3 methods on the contact: recordID, uuid, and identifier. The last one is a facade for those methods, but I don't know if it's possible. |
That would be very nice! |
@belkevich I look forward to |
Any news if you want to convert it to the Contacts APIs? |
I'm still working on this but it's hard. There are many reference to methods and the main thing is with the new Contacts framework is more like objects and values instead function with the old framework's version. I just forked this repo and working there. |
Sorry guys. I've been too busy. |
BUMP , Any updates guys |
I've been busy. My project drop the iOS 9 support and I remove all the code. Sorry guys. |
but we can evade warnings and save ios compability by If anybody wanna just hide(not to resolve) warnings do this:
|
Any updates guys |
+1, this it should be consider high priority |
+1, this is definitely a high priority |
+1 |
Any news on this? It gets more and more urgent. |
Same here. Can help if you guys want. |
+1 |
2 similar comments
+1 |
+1 |
Any updates on that topic? |
APAddressBook is deprecated on iOS 10 - theres no need to use it anymore. The new Contacts stuff exposes everything you need. Edit: Additionally, if you were storing and using RecordId, you shouldn't have been as there is no use linking your own contact to an contact on the device - as stated by the apple docs. In Contacts you can no longer get the old recordId, and you should not store the new identifiers. |
We need change ABAddressBookRef to CNContactStore on many files.
Maybe I can do it, but I need to be sure there is no one on this or another issue about this.
In Xcode 8 and iOS 10 I have this messages:
Please tell me if you want I solve this and made a PR.
The text was updated successfully, but these errors were encountered: