0

I have uploaded my UWP application to the windows store.

My app says the following:

  • Offers in-app purchases

Screenshot:

enter image description here

But my app doesn't have any in-app purchases!

I'm sure this is something I must have missed in the Package.appmanigest or in the Windows store submission. Does anyone have any ideas?

Zhendong Wu - MSFT
  • 1,769
  • 1
  • 8
  • 10
JKennedy
  • 18,150
  • 17
  • 114
  • 198
  • 1
    Does it have add-ons? Did you check **This product allows users to make purchases, but does not use the Windows Store commerce system.** in the **Properties** section of your submission? Would you mind sharing a link to your app? – A. Milto May 30 '17 at 13:58
  • @A.Milto It has got **This product allows users to make purchases, but does not use the Windows Store commerce system.** checked in the Properties section of the submission. I probably checked it by accident. Thanks! – JKennedy May 30 '17 at 13:59

1 Answers1

0

Turned out my application had:

This product allows users to make purchases, but does not use the Windows Store commerce system.

checked in the Properties section of the submission. Unchecking this fixed the issue

JKennedy
  • 18,150
  • 17
  • 114
  • 198