Kluch posts important info about the performance of Guide.IsTrialMode on Windows Phone:
- Can take ~60 milliseconds to query while in trial mode
- So don't call it every frame!
- This delay only occurs when downloaded from Marketplace, not when testing with SimulateTrialMode
- Consider checking it once on startup, then again whenever the Game.Activated event fires