SITUATION: I have developed a Windows Phone 8.1 (Runtime) app. The app is ready for testing/evaluation and therefore I want some people to test my app. I like to send them the XAP-file which they can install via the XapDeploy.exe
or AppDeploy.exe
tool. (How you would do it with Android with APK-files).
According to WP 8: How to deploy/export Application from Visual Studio answer 3 there should be an .XAP file in ..\<Project Folder>\Bin\ARM\Release\
folder. But for me there isn't a file.
WHAT I TRIED: I have created an App Package (reference). In that folder there are some files: APPX-files and an APPXSYM-file but no XAP file(s). With another deployement tool I can deploy APPX-files but this gives an error code: 0x81030118
.
Q:
Why is there no XAP-file in my projectfolder (..\<Project Folder>\Bin\ARM\Release\
)? This is maybe a WP8 file only, but why are the APPX-files giving me an error?
UPDATE 1: I've managed to remove the error and now the deployement tool gives status "App deployement complete.". But the next problem, the app doesn't show up in the phone app list...
UPDATE 2: Somehow my phone isn't developer unlocked anymore and I can't get it unlocked again.. Think that's causing the problems.