I'm developing a windows phone 8.1 app for a client. I need to show a demo to the client but without uploading to the Store. One way to show the demo is by recording a video using screen recorders. Is there any other way that can be used to do the same.
PS The client is not in my city. And he doesn't have a windows phone.
Any help will be appreciated.
Thank You.
I think you can send him the xap file,which can be run on a Windows Phone or a Windows Phone Emulator. So to run it on the emulator or the phone you need the Application Deployment Tool. You can download the tool from here https://www.microsoft.com/en-us/download/details.aspx?id=13890
Related
Dears
I am creating a windows forms application (c#) in which allows the user to upload .apk file to number of participants and hence my program will analyse some UAT properties.
My question is: is it possible to show any emulator inside a winform application and is it possible to communicate with it? In other words, is there any APIs or extensions for Android Emulator that I can use?
Thanks 😊
I want to develop an UWP application which show notifications (Facebook notifications, incoming call or sms notifications etc) of my android phone.
I want to use Bluetooth for connection of my application and Android phone.
please help me if anyone know how i can do that, many thanks :)
You can use project Rome to do this.
Microsoft already has some of these features inside the Cortana app on android.
to finish my app, I need something to load a txt file from computer to Windows phone 8.1 when USB is connected, in c# windows mobile app.
I found nothing related to this, and can't develop any code.
Hope someone can help.
You can use IsoStoreSpy, a very handy tool. Just select the device -> select the app -> upload your file into the Isolated Storage.
I am developing an Universal app capable of running on both Windows Phone and Windows. But initially I want it to be available to phones only because I have not made the Windows part of it. So how can I limit the target devices of this Universal app without creating a new app and without removing the Windows Code from it. I want it to be available to phones only for deployment. Can anybody give a solution?
Windows and Windows Phone apps are submitted separately to the Store. The process for submitting Windows apps is outlined here and for Phone here. So you can simply submit one without the other.
You can also stop building the Windows portion of the app using the Configuration Manager if you want to (to save time or avoid compilation errors you don't want to fix yet).
I am a wp8 developer and searching for a way to deploy my app on device "without the cable". I have searched over the web and could find nothing helpful. I know about he "Application Deployment" tool in WP8 SDK and my phone is also Developer Unlocked. I know how to simply deploy an app on windows phone. All i am looking for is to know, Is there any way I can deploy my application to my phone without using the phone cable?
Lets say i dont have my cable with me, what options do I have now?
Currently you can't debug an app on your phone without the USB cable. You can do this when developing for Windows 8.x so perhaps with the coming WP8.1 update we'll get the same feature for the phone..
There is the beta testing you could do for a test deployment through the store but the app will run through the cert. process so this is no option for testing while developing and there is no debugging.
You can only use the cable to deploy to your device. If you dont have a cable with you, just use the emulator.