Search code examples
c#silverlightwindows-phone-7windows-phonewindows-phone-7.1

How to subscribe to get ShareLinkTask notifications in Windows Phone Mango?


In windows Phone Mango there is ShareLinkTask that allows users to share URL over email or with some application (Twitter client etc).

I cannot find phone API to subscribe my application to be able to receive URLs like that.

I would like my application to be on the list off apps to which user can share URL when he wants for example with long press on link in Internet Explorer and be able to get URL info when user shares that link with my app.


Solution

  • There are only Pictures Extensibility and Search Extensibility exists for Windows Phone 7

    All extensions are declared in WMAppManifest.xml in extensions scope, so you can check yourself that there are no more extensions at that moment