Question

I am developing a Windows Phone 8 App. I want to add my app in the list of apps that appear when you use the ShareMediaTask. It should be possible since installing Facebook automatically adds the Facebook share to this list. So how do I register my app for this?

Image

If this is not possible, is there a way to use FileOpenPicker() for videos??

Thanks

Was it helpful?

Solution

Sorry, there is no way to register your app to display in the Share Picker for video files.

We tried to do the same, with no success, and the same goes for photos other than JPEG files, like for example PNG.

To add a quote from the article posted by @ahandersson on "Extending the share picker for Windows Phone 8":

This topic describes how your app can appear in the share picker, a page that lets the user pick an app for sharing the photo they are viewing. Note that this extensibility is only available when the photo is a JPG file.

OTHER TIPS

This http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff967563(v=vs.105).aspx should help you register your application to display in the Share Picker.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top