Install a Windows Phone App Store app in an enumlator - windows-phone

I've been asked to look at an application that's available on the Windows Phone App Store, however I don't have access to a physical Windows Phone.
Is it possible to use an emulator to install and run such an app?

Yes you can use emulator.
- install visual studio 2013 update 2 or vs 2015.
- install windows phone emulators (https://www.microsoft.com/en-us/download/details.aspx?id=43719).

Related

Can ReactNative runs Windows app simulator on Mac?

I create RN project with npx react-native init "ProjectName" ,and this can be running on iOS and Android simulator. But I want to see it running Windows App on my Mac.
I found this page https://microsoft.github.io/react-native-windows/ , but it looks like here just explain how to build Windows app with WindowsOS.
Is there other side for running Windows app on Mac?
Hi yes you can download the Virtual Machine like VMware and install Windows then you have to configure the react-native-windows setup your windows in VM and then you can test it on your mac

How do build and deploy WP8 app on device which is created from Mobile First 7.1?

I made simple Test app to check direct update in Mobile First 7.1.
Added WindowsPhone8 - Universal environment. Opened created native windows8 folder in Visual Studio. Now its showing three folders namely .Shared, .Windows8(Windows8.1) and .WindowsPhone8(WindowsPhone8.1).
Now I want to create xap of WP8 to deploy on device. How to do that? In 6.1 and 6.3 it was just deploy on device. Here I am not seeing that kind of option.
1) By design of Microsoft, Windows 8 Universal project comes with 3 projects within - Windows 8.1, Windows Phone 8.1 and shared.
Note that this is different from the Windows Phone Silverlight project.
2) Direct update feature is available only in Windows Phone Silverlight and not Windows Universal.

Titanium support for windows phone 10

I'm trying to develop my first window phone app with Titanium. I have installed de wp 8.1 sdk and created a 'hello world' test app. I am able to launch this app in a windows phone 8 emulator (I launch it from appcelerator studio).
So far so good. Now I want to test the app on a device.
My windows phone has the windows phone 10 operating system.
My question is:
Is it possible to run an app which is developed for wp8 on a wp10 device. I expect the device to be backwards compatible but maybe it's not??
When I try to launch the ap on the device (from studio) I get this error:
Error: Not implemented
at ChildProcess. (C:\ProgramData\Titanium\mobilesdk\win32\5.2.1.GA\node_modules\windowslib\lib\wptool.js:632:10)
at ChildProcess.emit (events.js:110:17)
at maybeClose (child_process.js:1015:16)
at Process.ChildProcess._handle.onexit (child_process.js:1087:5)
At present Appcelerator does not support Windows Phone 10. You can not build and run app on device with Windows 10 os form Appcelerator studio. Appcelerator team is working on it though.
We'll introduce Windows 10 support in Titanium 5.3, which is now in beta:
http://www.appcelerator.com/blog/2016/04/beta-releases-for-cli-5-3-titanium-5-3-and-studio-4-6/

Build an android app on Windows Device

I have an Android app build using Ionic Framework. Now, how to deploy and test that android app on Windows phone (what tools are to be used and steps followed)..
1.Get Windows 8 OS.
2.Download and Install Microsoft Visual Studio Update 4
3.Then From there, you can use the IDE to create Cordova or Ionic Project( provided Ionic Plugins and Project have been Installed), Also you can also use the Command Line Interface to create your project, I'll advice the Command Line Interface as the best OPTIONS.
4.From the means, you can build your and will have the .appx (for WINDOWS STORE APP) that you can sideload to your actual device.
You need to register your windows phone to your windows phone developer account then you will be able to install it in your phone here is link, that show you how to register device.
https://msdn.microsoft.com/en-us/library/windows/apps/dn614128.aspx#prerequisites27
ionic is not supporting windows platform properly. i had developed application in android and ios using ionic but when i start to build those app for windows platform then so many feature of lonic-framework were not properly working. it require too many custom changes in ionic library as well.

Crash occurs on opening Appium.exe in windows

Unable to install Appium.exe in Windows machines for testing Android Native apps that use Selenium WebDriver API
1) Tried on different PCs
2) installed Microsoft .NET framework version 4.0
This issue got fixed after opening emulator through AVD Manager.
If the emulator is not active then appium.exe fail to open.