Search code examples
c#microsoft-metrowindows-runtimewindows-store-appswindows-store

Add people to HUB via Windows Store app


I want to write a Windows Store app that can add a contact to the Contacts Hub. The fields are filled in automatically and the user only needs to confirm that the data is correct to add the contact. I am developing in C#. Is there any API available yet? Or does anyone know any other method so I can accomplish this?


Solution

  • Yes , there are so many methods . What i do is : Try using Live SDk in your application by including it from http://msdn.microsoft.com/en-us/library/live/hh826532 , and the link also contains the sufficient code to start with .

    You can take the contact information from there automaically and can use the Roaming storage for storage of information or can use any cloud storage if you want to update on the basis of multiple users.