The Windows Phone user can select the default location of installing the Apps to either Device or SD Card in the Storage settings.
Suppose my app is in the Windows Store and the user tries to install my app.
Case 1: The user doesn't have any SD Card in his phone. So everything goes to the Device. Perfect! This works for me.
Case 2: The user has SD Card but the location for App installation is set to Device by the user. This also works for me.
Case 3: The user has SD Card and the location for App installation is set to SD Card.This is where the problem exists!
For some reason, I want my App to be installable only on the Device's memory and not on SD Card.
Question: Is there something that I can add in the Package.appxManifest so that the Windows Store notifies the User that My App can only be installed on the Device's memory and not on SD Card. Is it possible to restrict my App installation only to Device's memory?
I have gone through many links but none of them talk on this specific use case.
Thanks for help!
This is now specifically done during the package upload to the store.
App Declarations