0
votes

Is any way to add contact to device contacts (People) on Windows Phone 8.1

This solution won't work for 8.1 https://msdn.microsoft.com/en-us/library/windows/apps/hh394013(v=vs.105).aspx

Do I need to revert to WP8.0, because regarding this post I can't Adding contacts to People on Windows Phone 8.1 in C#

3

3 Answers

0
votes

you need to add the ID_CAP_CONTACTS/Contacts capability to your app (in the Capabilities section of the appxmanifest). Contacts remain until the app is removed.

0
votes

There's no such API in order to add contacts to People as for the 8.1 version, yet. If you really wanted to do this, yes you have to revert back to the WP8.0. But still you could have a look at these for more:

0
votes

You don't have to revert to Windows Phone 8.0.

You should be able to add your own contact store in your app.

Then when in the People app, you can choose to show contacts from your own app.

They will show up along side of the contacts from other installed apps.