Answered by:
Which Content Type should be set for IAP of Game Premium Currency?

Question
-
Which Content Type should be set for IAP of Game Premium Currency?
Selecting Electronic Content results in showing up as "Download" instead of "Buy".
Tuesday, November 4, 2014 5:15 AM
Answers
-
Hello tylerpro,
The In-app purchase MSDN page talks about things you are responsible to provide and what Microsoft is responsible to provide. One of the things you are responsible to provide is the "Buy" button.
So my recommendation is that you debug your code and find out why the button text is showing up as "Download" instead of "Buy".
Feel free to test with the mock in-app purchase api library in your code for Windows Phone 8/Silverlight 8.1. Also for Windows Phone 8.1 Runtime you can find the sample here.
Ultimately, it's your responsibility to present your users with the "Buy" button.
Abdulwahab Suleiman
- Proposed as answer by Abdulwahab SuleimanMicrosoft employee Saturday, November 15, 2014 2:14 AM
- Marked as answer by Jamles Hez Thursday, November 27, 2014 8:59 AM
Wednesday, November 5, 2014 4:49 AM
All replies
-
Please check:http://msdn.microsoft.com/en-us/library/windows/apps/jj206949(v=vs.105).aspx
You can set PurchasePrice for currency type.
Wednesday, November 5, 2014 2:57 AM -
Hello tylerpro,
The In-app purchase MSDN page talks about things you are responsible to provide and what Microsoft is responsible to provide. One of the things you are responsible to provide is the "Buy" button.
So my recommendation is that you debug your code and find out why the button text is showing up as "Download" instead of "Buy".
Feel free to test with the mock in-app purchase api library in your code for Windows Phone 8/Silverlight 8.1. Also for Windows Phone 8.1 Runtime you can find the sample here.
Ultimately, it's your responsibility to present your users with the "Buy" button.
Abdulwahab Suleiman
- Proposed as answer by Abdulwahab SuleimanMicrosoft employee Saturday, November 15, 2014 2:14 AM
- Marked as answer by Jamles Hez Thursday, November 27, 2014 8:59 AM
Wednesday, November 5, 2014 4:49 AM -
Actually it's Microsoft that provides the button which says either "Download", "Buy" and other words that might appear when trying to make a purchase. So the question remains, which Content Type should one pick to get the "Buy"-button and not violate any possible guidelines/rules? :/
- Edited by ACEMaisey Tuesday, May 19, 2015 9:34 AM
Tuesday, May 19, 2015 9:34 AM