- Is it possible to have the following items be purchased through the Windows Store as in-app purchases?
- Add-On
- Consumables (One-Time Usage)
- Subscriptions
- Where can I find resources on how to code in in-app purchases for Addons, Consumables, Subscriptions?
Yes, I have attempted to google examples, but I can’t seem to have any luck finding anything on some of these other than tech articles about Windows 8 rather than dev blogs/articles.
To support in-app purchases do the following:
Setup your app for licensing using the
LicenseInformationclass (this class also is where you put time limits on the purchase for subscriptions).Name as code the feature in your app:
There is currently no support for consumables (unless maybe you’re using the xbox live api?). See here for more details and a workaround.