Sending a Windows Store app for testing.. how? - windows

I'm developing a Windows 8.1 app and I need to send it to somebody for testing. That somebody only has a windows 8.1 tablet, without admin rights, and they can't sideload it apparently. Any idea how I could do that?

You could upload it to the Store and lock it using a password that only the tester knows. I don't really recommend this as you would have to give the testers permission to use it also.
Otherwise there's no magic that will put an app on a machine without sideloading. Buy this tester another machine.

Related

Debugging on device with parallel installed app from store

Can I debug my Windows Phone 8.1 App on a device where my productive app from store is installed? I don't wanna loose any data from my installed app, but I need for further development my Windows live account. From my understanding there should be a different ProductID for the Debugging app or not so there should be 2 apps with the same Name on my phone ?!
Yes you can. I don't think a different ProductID is necessary. What you might do, but only for convenience, is give your app under development another name (I normally use [app name] DBG). That way you can distinguish your apps in the app list.

Apps for windows 8 tablet?

I'm developing an app for tablet picture capturing. I want to use the windows store app.
I don't want to publish it. Can I develop it without publishing it to the store?
Any other ideas for app dev?
Thanks
Yes you can develop a Windows Store app with publishing it but you will be the only one who can use it. If you want someone else to run your app they would have to use your code in VS on their machine to run it.

Different ways to install windows phone application on device

I have developed a windows phone 8 application. I have a developer account and unlocked device. Now I'm able to deploy/install the application in my phone through windows phone development sdk.
Now I want to install this application in another device ( a device of my friend, who is in different location). I don't want to put this application in the app store. I want to mail the XAP file only to him. So is there any other way to install this (XAP file) application in his mobile.
I am looking forward your responses.
Thanks.
Are you aware of the Windows Phone's Beta testing. You can push your app to the store in BETA test mode and can specify the testers Microsoft emails ids, so that only those people can install and test the app. The app won't be publicly accessible. and AFAIK, you cannot install unsigned XAP's in un-unlocked devices.
For more details check this : Beta testing your app
Please Refer this link,
I think this will solved your query.
Using this you can install a .xap file in windows phone easily.
How to install XAP on Windows Phone
I hope you will get the answer.

Apart from device & vs2012 is there Any Alternative way to test a windows phone app?

i am new to windows phone app development , i wanted to know
if is there any other alternative way to test a windows phone app apart from testing in a windows phone device and testing vs2012 built in emulator ???
1) The reason i have asked like these that i wanted to know if i can download a windows phone emulator separately and test my app in it.
2)Am i missing any other alternative provided ?
Please let me know.
Thanks in Advance.
No these are your options. You can start the emulator without VS, and you can deploy apps to it via a command line tool, but you don't get any of these without installing the WP SDK for VS2012. But since this is all free, is that a big deal?
You could submit your app to the store as a beta, and have invited users test your app on their phones.
This article may be of use, although it still requires .NET framework and some other dependencies (but I don't think you'll ever get away without using them):
http://www.codeproject.com/Articles/31861/Windows-Mobile-Development-Without-Visual-Studio

no access to windows phone 7 marketplace

My country has no access to the WP7 MarketPlace but i want to know if i can still at least develop apps for my own WP7 Device or at least directly install it on other devices that i have access to..
Thanks
You can still develop applications for the countries that do have a WP7 MarketPlace and you can add your applications to an unlocked device without needing access to the MarketPlace by using the Application Deployment tool, which is part of the Windows Phone7 Development Tools. In order to unlock your phone, you will need to create an account on the App Hub and register as a developer.
Here is a response I have seen on other forums that appears useful;
Visual Studio 2010 Express for Windows Phone - http://www.microsoft.com/express/Phone/
As for installing on other devices, I'm not sure how that would work. I believe the way Windows7 works is different to the typically CAB file installation on Windows6 (Mobile) downward
My country (the Netherlands) also has no marketplace yet.
If you buy a WP7 developer license you can still unlock your phone and use it to develop applications regardsless. You can even publish your app on the marketplace for alll countries that have it. But you couldn't download it from that marketplace yourself...
(A developer licese allows you to unlock up to three phones regardless of the liveID used on them, I have currently unlocked two of my collegues as well and I can use the webinterface to revoke this without needing their phone)
What you can also do is create a seperate live_id with a country that does have a marketplace and use that as the root liveID for your phone. In that case you could download your own app providing it is either free or you can somehow pay in that country (ie prepaid us creditcard). Unfortunately because it has to be the primary ID you will have to reset your phone and you will still need a Wp7 dev account.
I went through all these hoops myself
i found a site called www.yallaapps.com that can take care of those of us without access to the marketplace.
You should check the Windows Phone Developer Blog.
There have been some changes regarding this issue.
This blog post from ms team offer an alternative for publishing apps via Global Publisher Program.

Resources