Tag: App
How to Configure Default Application Tile of an App in Windows Phone 8 ?
The Windows Phone 8 SDK provides the developers with the option to configure the default tile template and provide various values for the Tile title , tile images and also select tile template . How to Configure Default Application Tile of an App in Windows Phone 8 ? To configure the default application tile of an app in Windows Phone 8 , follow the below steps….
How to Not Allow Windows Phone devices to install App which don’t meet Requirements ?
There are times when you want to disable or not allows the Windows Phone devices to install the WP8 app that doesn’t meet the specific hardware requirements . How to Not Allow Windows Phone devices to install App which don’t meet Requirements ? You can do it by setting the requirements in the WMAppManifest.xml file. The Windows Phone Application manifest file includes a tab called…
How to Prevent the deployment of Windows Phone 8.1 App in SD Card ?
If you want to prevent the user from deploying your Windows Phone 8.1 app in SD Card , you can do it by updating the WMAppManifest.xml file. How to Prevent the deployment of Windows Phone 8.1 App in SD Card ? Follow the below steps to do it. 1. Double Click and open the WMAppManifest.xml . This will open the WMAppManifest.xml in GUI designer.2. Navigate…