I have an app that will use the user's Contacts. One of my objects can contain a mailing address, so I thought I'd connect to an ABPerson in Contacts.
What I'd like to do is add a custom URL, one that would be understand my app, like:
mySpecialApp://12345
Then, in theory, if the user was in Contacts and viewed the address, and saw my URL, they could tap it, and it would launch my app. Is this even possible?