Reputation: 2566
For Windows Phone 8 I have created and published an app which creates a local-only address book (no automatic synchronization to the cloud with no data access for other apps installed on the phone) and by chance I discovered today that the system lists some apps that are capable of storing contacts in the people's hub (see screenshot). How can I achieve to get my app listed there?
Upvotes: 1
Views: 44
Reputation: 399
Windows phone 8.1 there are two main options (in open API) for implementation of the contacts application on the Smartphone.
It all depends on your scenario. I think you need to learn starting from here: Implementing contact bindings in a Windows Phone 8.1
Upvotes: 1