3
votes

I am creating Windows Phone App Pakcage for Windows Phone 8.1. It is creating a MyApp.appx file. I simply copied that file into my phone and open store there is a option Install Local Apps but nothing is showing.

On the other side when i download any .appx file from windows phone store and copying it in to my phone. Go to Store and open Install Local Files. App is showing

Why My app is not showing. Is i am not creating my package rightly ??

My app is installing correctly through windows phone deployment tool.

1
Apps in the store pass certification and probably are signed in some way. In this case you are probably allowed to install only signed apps. As you are developer you are allowed to install apps that not from the store on your registered phone, but you need a tool to deploy them - VS or the mentioned WPDeploymentTool. - Romasz

1 Answers

1
votes

You have to copy the AppX file into the root dir of your SD card. Now you see the app in store under "Install Local Apps".

If the Appx file was not downloaded from the Store, you have to connect your phone to the PC, register your phone as a developer phone. Now run the Application Deployment tool to deploy the app to the device:

enter image description here