문제

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

도움이 되었습니까?

해결책

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.

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top