Is it possible to create a temporary ABAddressBook Database in iOS?

65 Views Asked by At

I would create a temporary ABAddressBook Database in iOS which doesn't interact with the "normal" ABAdressBook database. I would just like to do it to use the ABPersonViewController. My contacts data is stored in an sqlite.swift database.

1

There are 1 best solutions below

3
dirtydanee On BEST ANSWER

I have been playing around the idea as well, but it is not possible.

As soon as you create address instance, it will be displayed in the "normal" address book as well.