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>
Develop games in your browser. Powerful, performant & highly capable.
Oops, looks like you're right. Should be fixed in the next build.