For which Systems is my app compatible? - c#

I created an app with Visual Studio 2015 in this way : new Project -> Visual C# -> Windows -> Windows 8 -> Windows Phone.
My question is , is this app compatible with windows phone 7? I read something that the WinRT can make this happen, but I am not sure.
I tested the app on an Samsung device with Windows Phone 8.1 and it worked perfectly, can I assume that it works on Windows Phone 8 the same?
What about Windows 10 mobile? Is a Windows Phone 8.1 app installable on a device running on Windows 10 mobile?
I read the Wikipedia article about Windows Phone 8, but I did'nt get the information I was looking for.

Your app will work on Windows Phone 8/8.1 and Windows 10 Mobile.
It will not work on Windows Phone 7 devices.
My advice is to check better how it works on Windows 10 mobile - you might have surprises where the UI is slighlty different or some controls won't work as expected.

Related

How to check upgrade scenario in Windows 10 UWP?

I have Windows Phone 8 Live on Store and before upgrading to UWP , I want to check upgrade scenario to confirm that everything works ok when the user updates the app. I have a code base for Windows Phone 8 and Windows 10. I tried to run Windows Phone 8 code in Windows 10 v14393 emulator but it gives me an error and due to that I can't check upgrade flow.
Can someone suggest how to check upgrade flow for Windows Apps using Visual Studio and Windows 10 Emulator?

Will Universal Windows App run on windows phone 8 and windows 8

I have a already existing app for windows phone 8 but now I want to make a universal app for the same so that it can run on both windows phone and windows 8. I read about this on internet a lot but still I am confused that if a make a universal windows app will it be able to run on windows phone 8 and windows 8 as the most of the tutorials are confusing as they talk only about windows phone 8.1 and windows 8.1. Can anyone please help me on this whether this is possible or not ?
No. Universal app's is a new feature of Windows 8.1 and Windows Phone 8.1
They don't work on Windows 8 and Windows Phone 8.
No, Universal app for windows phone 8.1 and windows 8.1
There are Universal Apps for Windows 10 and Windows 8.1 but they are not compatible.
For further information: Run Windows 10 Universal Apps on Windows 8.1

Testing my Windows Phone 7.1 OS app on my Windows 7 PC?

Zune does not recognize Windows Phone 8 devices? I can't run my project with the "Windows Phone Device" debug configuration. My OS is Windows 7, so my SDK should be the 7th. I've read that I need Windows SDK 8 so I could run my project in my Windows Phone 8, but for that I need to have Windows 8 in my PC as well. Is there any way to avoid this, and run successfully my 7.1 version app, in my Windows 7 PC, with the 7th SDK installed on my Windows Phone 8 device?
Thank you and sorry for the bad english.
For testing your app on Windows Phone 8 device you need Windows 8 + Windows Phone 8 SDK, or Visual Studio 2013 with this SDK built in.
Or you can upload your app as 'beta app' to Windows Phone Store and test it there, but that's not ideal for debugging, only for the final app testing.

Whether Windows 8.1 apps will work in Windows 8 PC?

I am developing an application in Windows 8.1 Preview release using VS 2013. When i deploy the App package in the Windows 8 PC, it did not run. I have a small question that whether Windows 8.1 developed apps will run in Windows 8 PC. If it needs to run, any other specification suppose to be provided for the apps or PC ?
If you target 8.1 then the app will not run in windows 8. That is because the api of 8.1 is extended and the new features do not exist in windows 8. If you develop in windows 8.1 and you target windows 8. Then the apps will just work out of the box.
For example, windows 8.1 supports new controls. If you target 8.1 you can use those controls, but when you use windows 8, those controls do not exist and thus the application cant run.

Can a Windows Phone 8 device be used for testing apps built with WP SDK 7.1

The short story is: I have my laptop that has a processor without Virtualization and Second Level Adress Translation capabilities that are required for running the new Windows Phone 8 SDK.
I can however use the windows phone 7.1 sdk, but for testing my apps i will use a windows phone 8 device.
Is it possible to deploy and test my apps on the connected WP8 device, altough i am using the 7.1 SDK that predates the WP8 os?
I don't think it's possible to deploy apps using WP7.1 SDK on WP8 devices, however, you can install the Visual Studio 2012 + Windows Phone 8 SDK (if you have Windows 8 x64) even when you don't have SLAT enabled CPU. The Windows Phone 8 SDK will work, only you won't be able to launch the WP8 emulator.
No you cannot, The .xap packing mechanism in Windows phone 7.1 and 8 are different so you cannot deploy this xap using deployment tool. But, if we are using windows 8 + wp8 dev tools you can debug the application that developed on 7.1. In future after the launch of wp 7.8 ms may provide a solution for this. for now there is no other alternative is available in front of you

Categories

Resources