When a new contact is added to the address book, I need to do something to it. At least I need to get some contact identifiers for later use. As you may guess, I would like to my app works in background or maybe starts in the background when a new contact is added.
Is this even possible in iOS? If yes, how?
Thank you.