Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8741771
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T11:22:32+00:00 2026-06-13T11:22:32+00:00

Is it possible to have the following items be purchased through the Windows Store

  • 0
  1. 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
  2. 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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T11:22:33+00:00Added an answer on June 13, 2026 at 11:22 am

    To support in-app purchases do the following:

    1. Setup your app for licensing using the LicenseInformation class (this class also is where you put time limits on the purchase for subscriptions).

    2. Name as code the feature in your app:

    if (licenseInformation.productLicenses.lookup("featureName").isActive) 
    {
        // the customer can access this feature
    }
    else 
    {
        // the customer can't access this feature
    }
    
    1. Configure the in-app offer in the Windows Store

    Before you submit your app to the store, add each in-app offer to the
    Advanced features page in the Submit an app workflow. This is where
    you specify the in-app offer’s token, price, and feature lifetime.
    Make sure that you configure it identically to the configuration you
    set in WindowsStoreProxy.xml when testing, or all of that hard work
    you spent testing may be wasted!

    There is currently no support for consumables (unless maybe you’re using the xbox live api?). See here for more details and a workaround.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following code: items = [one, two, three] for i in range(0,
Possible Duplicate: Are file descriptors shared when fork()ing? Suppose I have following code in
I have the following PHP code which works out the possible combinations from a
I have the following code which I use to match fancybox possible elements: $('a.grouped_elements').each(function(){
I have the following stack trace. Is it possible to make out anything useful
I have the following query which returns a list of questions and the possible
Suppose I have the following code to collect all the possible combinations. abArray =
I have the following scenario in mySql, is it possible to update the values
Possible Duplicate: Adding members to an existing object Lets say you have the following
Is it possible to have a query such as the following: SELECT @threadIDvar =

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.