Not able to upload .XAP file while submitting app dev center - windows-phone-7

I have developed a windowsphone7 app, i used visual studio 2010 and WP7 SDK to develop that app, and i have a registered developer account.
Now the app is ready to upload in market place,i have the XAP file.
I goes through the app submitting process, at package upload step, it allows only the ".appxupload" file, but not the ".xap" file.
Can anybody guide me to upload my app xap file.
thanks in advance.

Windows 8 Store http://dev.windows.com requires .appxupload
Windows Phone Store http://dev.windowsphone.com requires .xap
If you have .xap and its asking for .appxupload, you are in the wrong store.

I believe the actual XAP upload component still uses Silverlight (I always see the Silverlight loading animation appear when I upload). Try ensuring you have Silverlight installed and are using a browser that supports it.

You need to be using Internet Explorer with silverlight installed otherwise it just hangs and crashes. DONT use Chrome. It is a death sentence for app submission.

Related

Store option disabled in My Visual Studio 2013 Ultimate

I want to submit my app (WP8) on windows phone store, but my store options are disabled. Please provide any solution to publish my app.
Please help me to upload my app.
I had the same problem. It appeared that the basic release build creates the needed files to add your app to the store.
Check \Bin\Release folder and look for .xap file (f.ex MyApp_Release_AnyCPU.xap). This is the package that you can submit. You can add it to the Windows Phone Store.

Xamarin Windows Phone Store Package

I' am in a bit of truble at the moment.
I try to build my Xamarin Windows Store App for publishing, but the Create App Packages Wizard, wont open I tried many solutions from the web, like unloading and reloading the project, or making a new project. But the wizard does not open with my solution i treid a normal Windows Phone app(no Silverlight), that worked but i could not Port my xamarin project to a standard Windows Phone App.
Has someone encountered a similar issue with Xamarin and Windows Phone,
or can anyone help to get my app into the Appstore?
Thanks.
I would have asked in the Xamarin Forum, but I cant reach them siche this morning.
And sorry for the engrish.
To submit package to the windows phone store you'll need to build your project (for ARM in Release mode to avoid warnings). Then on developer site when there is button to upload package you have to attach *.xap file from your project's bin\release folder (or bin folder you have specified). Then you can go through the next windows phone store app submitting steps.

How to install xap file on windows emulator and capture user actions

How to install xap file on windows emulator and capture user actions?
I need to write application in windows c# .NET and deploy xap file on windows emulator. How I can record button click or user actions on emulator in order to do automated testing.
Is any framework like calabash-android, gorillaMonkey, Appium for windows phone 7.
I don't understand why you specified "Install xap file" but I think you are looking for Expensify
Good news is its free and open source, and records the user action to perform automated functional tests on emulator. you can find youtube demo video here
This also supports Android and IOS so if you have same app for android and app you may reuse plenty of testing code.

couldn't get exact market place for wp7, where i can upload wp7 app

I have developed a windowsphone7 app, i used visual studio 2010 and WP7 SDK to develop that app, and i have a registered as developer account.
Now the app is ready to upload in market place,i have the XAP file.
But what the exact problem is i couldn't get the exact link where can upload my XAP file.
I tried with various search in internet, i can get the link to upload WP8 app but not WP7 app.
That's asking .appxupload file,can anybody give me the exact link, where i can upload my windowsphone7 app(XAP file).
thanks in advance.
Both WP8 and WP7 apps use the same dashboard. http://dev.windowsphone.com. When you upload your xap to the website, it detects and determines which device you are targeting.
i got the solution, actually my account don't have the "windows phone developer subscription" have only the "windows store developer subscription", i subscribed for windows phone developer subscription, and everything is fine now.I can upload my xap file.

Trial+Paid apps in wp7

when I implement trial experience in my windows phone silverlight app, I tested it on my device in DebugTrial mode, which I made recently, I want to ask that which XAP file to be upload to marketplace, either of Debug folder or of DebugTrial folder?

Resources