win8 WindowsStoreProxy.xml wrong

0 favourites
  • 2 posts
From the Asset Store
Be quick and choose whether the shown equation is right or wrong.
  • The exported WindowsStoreProxy.xml contains an error:

    <?xml version="1.0" ?>
    <CurrentApp>
      <ListingInformation>
        <App>
          <AppId>00000000-0000-0000-0000-000000000000</AppId>
          <LinkUri>http://apps.windows.microsoft.com/app/00000000-0000-0000-0000-000000000000</LinkUri>
          <CurrentMarket>en-US</CurrentMarket>
          <AgeRating>7</AgeRating>
          <MarketData xml:lang="en-us">
            <Name>Full license</Name>
            <Description>Purchase the app</Description>
            <Price>4.99</Price>
            <CurrencySymbol>$</CurrencySymbol>
          </MarketData>
           <!-- Include to test product listings -->
           <!--
           <Product ProductId="my_product_id">
            <MarketData xml:lang="en-us">
              <Name>My Product</Name>
              <Price>1.99</Price>
              <CurrencySymbol>$</CurrencySymbol>
            </MarketData>
          </Product>
           -->
        </App>
      </ListingInformation>
      <LicenseInformation>
        <App>
          <IsActive>true</IsActive>
          <IsTrial>true</IsTrial>
          <ExpirationDate>2013-06-01T05:00:00.00Z</ExpirationDate>
        </App>
         <!-- Include to test product purchases -->
         <!--
         <Product ProductId="my_product_id">
              <IsActive>false</IsActive>
         </Product>
         -->
      </LicenseInformation>
    </CurrentApp>
    

    Should be:

    <?xml version="1.0" ?>
    <CurrentApp>
      <ListingInformation>
        <App>
          <AppId>00000000-0000-0000-0000-000000000000</AppId>
          <LinkUri>http://apps.windows.microsoft.com/app/00000000-0000-0000-0000-000000000000</LinkUri>
          <CurrentMarket>en-US</CurrentMarket>
          <AgeRating>7</AgeRating>
          <MarketData xml:lang="en-us">
            <Name>Full license</Name>
            <Description>Purchase the app</Description>
            <Price>4.99</Price>
            <CurrencySymbol>$</CurrencySymbol>
          </MarketData>
    [b]</App>[/b]
           <!-- Include to test product listings -->
           <!--
           <Product ProductId="my_product_id">
            <MarketData xml:lang="en-us">
              <Name>My Product</Name>
              <Price>1.99</Price>
              <CurrencySymbol>$</CurrencySymbol>
            </MarketData>
          </Product>
           -->
        
      </ListingInformation>
      <LicenseInformation>
        <App>
          <IsActive>true</IsActive>
          <IsTrial>true</IsTrial>
          <ExpirationDate>2013-06-01T05:00:00.00Z</ExpirationDate>
        </App>
         <!-- Include to test product purchases -->
         <!--
         <Product ProductId="my_product_id">
              <IsActive>false</IsActive>
         </Product>
         -->
      </LicenseInformation>
    </CurrentApp>
    
    
  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Oops, looks like you're right. Should be fixed in the next build.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)