0

Is there a way to get the following data from the windows phone store without having to parse whole HTML page (I got the app ID)?

- Name
- Description
- Access the search (and return only App IDs so I can get what I need for the search reults)

I already found this question regarding zune, but that seems to be discontinued, if I'm rigjt. Is there soemthing similar for Windows Phone 8?

Community
  • 1
  • 1
jalgames
  • 781
  • 4
  • 23

1 Answers1

0

you can show the details of the by using MarketplaceDetailTask from Microsoft.Phone.Tasks

here the links , which explains how to show the details page of a app from store.

1)How to use the Marketplace detail task for Windows Phone 8

2)http://www.geekchamp.com/tips/how-to-use-the-marketplace-tasks-in-windows-phone-8

Hope this helps.

Thank you.

Noorul
  • 873
  • 2
  • 9
  • 26
  • Thanks for your answer, but I didn't want to redirect the user to the marketplace, but get the information from inside of the app. – jalgames May 06 '14 at 17:27