How to Prevent your App from being Installed on Windows Phone that does not match the requirements ?

There are times when you want to prevent your app from being downloaded and installed on the Windows Phone if the phone does not match the requirements of the app.

For example , the app might be using the Gyroscope heavily and as a developer you might not want to allow the users to install the app if their device does not have Gyroscope.

In this case , the application manifest file comes in handy . It provides the Requirements tab where you can specify the hardware requirements that the device should meet in order to install your app on their device.

image

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this post, you’ll learn about the Win32 Error “0x000019E5 – ERROR_COULD_NOT_RESIZE_LOG” that you get when debugging system erors in...
In this post, you’ll learn about the error “CO_E_DBERROR 0x8004E02B” that is returned when working with COM based APIs or...
In this post, you’ll learn about the Win32 Error “0x000019D0 – ERROR_LOG_BLOCK_VERSION” that you get when debugging system erors in...