Tag: Store
How to Get a developer license to develop Windows Phone store app ?
When you installed the Windows Phone 8.1 SDK and try to create and run the first Windows Phone application . You will be prompted to get a free developer license which is necessary to develop and test the windows phone store app on the Windows 8.1 PC before publishing and getting it certified in the store . How to Get a developer license to develop…
How to Launch the Application Details Page in Windows Phone Store using C#?
The Windows Phone 8 SDK provides the MarketplaceDetailTask which lets the users to launch the specified application’s details page in the Windows Phone Store from the Windows Phone App. How to Launch the Application Details Page in Windows Phone Store using C#? Below is a sample code snippet that demonstrates how to use the MarketplaceDetailTask. Modify the Content Identifier to specify the app for which…
How to Get the Developer License for Evaluating Windows Store Apps ?
One of the advantages that the Windows 8 developer license provides for the dvelopers is that it enables them to easily develop , test and then evaluate the Windows Store (code named “Metro”) App . The Developer license is free and you can get it and later renew it via a Microsoft Account . Note that there is a diffrence between the store account and…