Which three actions should you perform in sequence?

DRAG DROP
You are developing a Windows Store app.
The app has numerous features that should be enabled or disabled based on the license information
of the app.
You need to test the trial functionality by using the CurrentAppSimulator class.
Which three actions should you perform in sequence? (To answer, move the appropriate actions
from the list of actions to the answer area and arrange them in the correct order,)

DRAG DROP
You are developing a Windows Store app.
The app has numerous features that should be enabled or disabled based on the license information
of the app.
You need to test the trial functionality by using the CurrentAppSimulator class.
Which three actions should you perform in sequence? (To answer, move the appropriate actions
from the list of actions to the answer area and arrange them in the correct order,)

Answer:



Leave a Reply 4

Your email address will not be published. Required fields are marked *


ju

ju

False !

http://stackoverflow.com/questions/16241881/simulating-a-windows-8-store-apps-purchase

Run your app in debug mode breaking anywhere Open QuickWatch (SHIFT + F9) and enter Windows.Storage.ApplicationData.current.roamingFolder.path and copy the value (mine was C:\Users\jerfost\AppData\Local\Packages\{package name}\LocalState Browse to that location and open the Microsoft\Windows Store\ApiData directory Open the WindowsStoreProxy.xml file in a text editor Change CurrentApp/LicenseInformation/App/IsTrial to false Change CurrentApp/ListingInformation/Product/MarketData/Name to your unique product name That should do it. Hope that helps.

j

j

false
https://msdn.microsoft.com/en-us/library/windows/apps/hh779766.aspx

1 open WindowsStoreProxy.xml
2 Set true
3 Start the app(i don’t know “Simulator mode”)