-1

I want to add my app icon in share list. When a user share any picture from gallery by holding that picture and press on share... option. There is a list like Bluetooth, Email, Facebook, WhatsApp etc... I want to add my app icon along with those option. Please tell me how can i do this?

Thanks Nishant

Nishant
  • 15
  • 5

2 Answers2

2

Take a look at this article from MSDN. This should answer your question.

For this you need to add an Extension to the the WMAppManifest.xml file and map the launch URI to your app. The article includes the details.

Kasun Kodagoda
  • 3,956
  • 5
  • 31
  • 54
0

You could simply use the Share Media Task to share the image/icon you wanted to.

A great reference would be this and also you could go through the sample from msdn

Usage of ShareMediaTask along with Isolated storage image

Hope it helps!

Community
  • 1
  • 1
Kulasangar
  • 9,046
  • 5
  • 51
  • 82