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.)
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.)
open xml
set isTrial to true
start debug/release
open xml
set isTrial to true
start CurrentAppSimulator
false.
1. Run the App in Debug or Release Mode
2. xml…
3. isTrial…
http://stackoverflow.com/questions/16241881/simulating-a-windows-8-store-apps-purchase
that’s right