I am trying to submit a Windows Phone 8.0 xap file to the store. It uploads, after the upload it says "Analyzing package", then "An unexpected error occurred. Please try again later. If the problem continues, contact support."
I contacted Microsoft, they told me to clear the cache, history, etc. and try again. I emptied my browsers and restarted, but it didn't work. And I guess the problem is not really about the browsers, because they are able to upload the xap files but they don't get accepted by Microsoft's system.
I also tried an old xap file which was accepted by Microsoft before. I stil get the same error, so that's probably not about my packages.
I solved this problem after create fresh app using command line. And allocate that app name on app store. i guess there would be problem of Microsoft Server.
Related
I'm developing an application windows phone 8.1.Previously, it worked fine on Windows Phone 10 and Windows Phone 8.1, but after one of the Windows 10 updates, the app is no longer installed from the Windows Store. The installation is crushed with 0x80073CF9 error. All I found about this error in the Google is advices for Win Phone users, not for developers. Logs obtained from the device indicates a crash during installation, it also did not help me.
I checked if there is in my project proscribed names, or library, rid of all warnings. Cleaned project. But nothing helps. According to the disgruntled responses of users I can see that they can not install it too. There is no errors while create package and publishing it to Store: this is the most confusing as it is not clear what went wrong and what hinders to install the application on the device.
I am developing in Visual Studio 2015.
Did someone face similar problems?
UPDATE
I tried all the tips have been found in Google including correction time and language settings, soft reset, hard reset and many others. Result still the same.
I have deployed my UWP application to windows store successfully. It rans perfectly in windows phone, however, when installed in pc / laptop from windows store, it fails and crashes.
checking event viewer (windows log) shows below error;
Activation of app
AppName!App failed with
error: The remote procedure call failed. See the
Microsoft-Windows-TWinUI/Operational log for additional information.
I didn't understand what kind of error it is?
Thanks!
Have you tried yourself, with Visual Studio 2015, to run it on a Windows Phone device in Release Mode ?
Most of time, this kind of errors are due to .NET Native, which is not activated by default on Debug build but which is activated when app is published on the Store.
Thanks,
Does your app reference a portable project? If yes, does the referenced project include resource files? We have encountered similar issues and they were related to resource files. Everything worked nicely when the app was manually deployed but when downloaded from Store, the app just didn't work.
Turns out the problem was with the resource files which were inside referenced project. The problem was solved by copying the resource files from the referenced project into the app's project.
I am trying to run a Silverlight 8.1 WP application through the Windows App Certification Kit and I get an error stating that the file is not a valid .xap file. I'm not sure why it is happening and not finding much about it other than one article that hints at a manifest issue. I am however able to take a dummy Silverlight 8.1 app and Certify that without error (it fails of course, but no error). The actual error is:
Failed to unpack 'xap file'. The file does not appear to be a valid xap package.
Does anyone out there know why this can happen or at least where in the manifest I might start looking?
The answer to this turned out to be an issue with the Microsoft SDK I was using. The way I figured this out is by attempting to upload the .xap file to the store even though I got that very vague error because I was still able to side load the application, so I knew to some degree the .xap file was valid. I got the following error.
The last two errors (2001) gave me more to go on, so I did some research and came across this SO post which pointed to an issue with the Advertising SDK. It turns out that the SDK I was using was adding 2 entries for some reason instead of telling me it was the wrong SDK. I used the one that came with VS 2013 Update 1, but for Silverlight, you need to use the one located here under Windows Phone 8.1 Silverlight Apps
After installing this package (make sure it is 8.1 and not 8.0), I referenced that SDK and all was well again.
Hope this helps someone else with this issue
For anybody else with similar problem, executing WACK on its own (not through VS command) runs smoothly.
I have a Windows Phone 8/8.1 App in the Windows Phone App Store. Unfortunately, I have lost the source due to system crash. Now, I want to decompile the XAP file. For decompilation I have downloaded JustDecompile from Telerik. But it fails to decompile the XAP file that I get from the store. I have an idea that the file is encrypted.
Is there a way to get the original file that I created using Visual Studio, as it is still available somewhere on the dev center (It shows the file name as published app)?
Is there any other workaround to get the source back from XAP?
Any suggestions are highly appreciated. I really need my app project back.
Install the app on your SD card. Then plug in the SD card into PC, change view property to show system files. Now, you can get into apps installation folder and get your dll's now.
Windows phone store xap files are encrypted. So you will not be able retrieve the files using store installed xap file. You might be able to contact the Dev center support team to see if they can provide the original xap file. I'm not sure if it is possible but you can give a try.
http://dev.windows.com/en-us/community/support ==> Publishing apps as support option.
When I try to deploy .xap file to my phone. The error "You cannot install the application. You have reached the maximum number of applications being developed for the device can be installed on this development. Please uninstall a previous developer application. (I believe the current limit it 10 side-loaded apps at a time)" happened. Please help me solve the problem, thanks
I'm not sure if I understand the question, as the message states. Uninstall one or more of the dev-apps you've previously installed on the device, then you'll be able to install new ones up to the maximum of 10.
You can also raise a support ticket over at dev.windowsphone.com requesting an increase in the allowable app limit.