I'm trying to create an app as a contact picker provider. In the application manifest, I added a
declaration for Contact Picker. I want to
break in the OnActivated event in the app.
I appreciate if anyone can answer my qns. My questions are:
1. Does the declaration (extension) tell the Windows 8.1 OS that the current app is an extension to the OS behaviors? Can't other windows applications call these extension directly? For example, can I create another
Contact Picker as a source application and use my current
contact picker provider app as a target?
2. How do I deploy my current app which is a Contact picker Provider so the People App can show it as a contact picker? I'm running my app in the VS 2013 debug mode.
Thanks