IOS 9 | Contact structure

I have an application designed for iOS 8 using ABAddressBook frameworkcontact. In iOS 9, it ABAddressBookis introduced instead Contacts framework.

To check the effect of this change, I checked on the iOS 9 device and everything works fine.

Is my understanding right here?

+2
source share
1 answer

Whenever an API / Framework is referred to as "Deprecated," it indicates that someday in the future, Apple will completely stop supporting the API. This indicates that developers will soon move to the new API.

AddressBook Framework iOS9, Apple ( iOS10), Apple, .

Apple API , , API .

.

+3

Source: https://habr.com/ru/post/1610912/


All Articles