In the WMAppManifest.xml
I've set page A as the default page.
While that is fine 99.9% of the time, I need the user to see page B, at app's first run.
I'm not sure where to start with this, except maybe checking (in page A) whether "firstRun" key exists in the app's IsolatedStorageSettings
properties, and navigate the user to page B.
That sounds like a hack to me, though. Is there a good-practice solution?
EDIT: I've tried googling, but I'm not sure which keywords to use.