I am a newbie for WP.My windows phone 7.1 application works in windows phone 7 but the application hangs when I open it in windows phone 8. I also want to know how to test the application for compatibility in both windows phone 7 and windows phone 8.Thanks in advance.
The applications built for Windows Phone 7.x should work on Windows Phone 8. However,some applications may not work properly and you should definitely test your application on Windows Phone 8 devices.
You could also maintain two versions of your application: one for Windows Phone 7 and one for Windows Phone 8. You will be able to upgrade Windows Phone 7 project to Windows Phone 8 project, but you cannot downgrade. The best thing to do is to create a new Windows Phone 7 project and move all files from the WP8 project to the new one.
Fore more refer this
Hope it helps!
Related
I am developping application using windows phone 8 sdk and I wonder if this application can work on device that use windows phone 8.1?
Yes, Windows Phone 8 app can continue to run on Windows Phone version 8.1.
But there are some compatibility and breaking changes you can check here.
Is it possible to upgrade a recent project that I started developping with windows phone 8 sdk and continue it with windows phone 8.1 or do I have to restart from scratch
If you want to target Windows Phone 8.1 (Silverlight Application) then you don't need to start from scratch, you will be able to upgrade from your Windows Phone 8 (Silverlight Project) but if you want to target Windows Phone 8.1 (New Universal App API's) then you will have to develop your application from scratch.
Here this will help you understand better Link
We have an app written for iOS and Android. How we are thinking over supporting it for some Windows platforms. I can see there are three modern mobile Windows platforms at now:
Windows 8
Windows RT
Windows Phone 8
As I understand, Windows 8 and Windows RT differs only in that former is for Intel and latter is for ARM. But what about Windows Phone 8? If we port our app to Windows 8 (and Windows RT), would it run on Windows Phone 8? Or vice-versa? What is relation between these platforms? What percentage of smartphones/tablets does run any of these platforms?
The Windows platforms:
You are right, Windows 8 Apps and Windows 8 RT Apps are (in the most common cases) the same so you usually don't have to worry that your Windows 8 App does not run on a Windows 8 RT device.
The Windows Phone platform is slightly different. You can reuse very much of your code from the Windows 8 App but most controls lay in different libraries and some behaviours change between these platforms. By now!
Some days ago at //build conference Microsoft introduced Windows Phone 8.1 and much has become easier!
Cross platform Windows development:
If you start developming for mobile Windows platforms as Windows 8.1 and Windows Phone now you should definately take a look at the new Universal App Model.
Since the upcoming Windows Phone 8.1 Update, both platforms share the same code base. With the Universal App Model you can share your code between both platforms and only have to define different layouts for the GUI. You can compile your project both for Windows Phone 8.1 and Windows 8.1 then, which is really cool!
Both the Windows 8.1 Update and Windows Phone 8.1 Update are available for every Windows Phone 8 respectively Windows 8 device. So you don't have to worry to exclude useres when "only" developing for the latest version of both platforms.
Percentage of smartphones/tablets users on these platforms:
If you use the Universal App Model there is no question whether to develop for Windows 8 OR Windows Phone 8. You automatically develop for both. Users will love you for that!
For more information read this blog post.
Hope that helps :)
Windows 8 and Windows 8 RT both support Windows Store Apps without any additional work. You write it once, publish it to Windows Store, and it's downloadable on both OS's.
It used to be that you needed to develop a separate app for Windows Phone 8 because it has a separate app store and essentially a separate OS (although parts of it are shared with W8). You could share some of the core logic code but the UI parts needed to be different since WP8 has different resolutions and different controls. And you'd compile different packages depending on your target OS.
But it's a very recent development that supposedly you're able to now develop once and target all 3 of these OS's, although I have not tried this yet. You can find more details here:
http://readwrite.com/2014/04/03/microsoft-universal-windows-app-store-developers-unified-code-base#awesm=~oCPndkNofb18zX
In unity I tried selecting the Windows 8 Phone option and clicking build and run, however, it never shows up on my windows 8 phone.
Windows SDK was not properly installed.
Could you confirm whether Windows Phone 8 ISO or SDK is available to install with VS2012 Ultimate which I have installed on Windows 7 Home Basic.
Since unable to install Phone 8 environment as get message about Windows 8 needed, but have Windows 8 Preview running in VMWARE workstation.
Please suggest some workaround so that can dev with Windows Phone 8 with existing setup.
Thanks.
Maneesh
The Windows Phone 8 SDK requires Windows 8 as specified here. The Windows Phone 7.8 SDK supports Windows 7, but won't let you develop Windows Phone 8 apps just 7.5 and 7.8 apps.
The Windows Phone 8 SDK uses Hyper-V to run the emulator which is why you need Windows 8. This article claims to define how to use Hyper-V inside a VMware Workstation 8 VM. Following those steps it should be possible to install VS2012 and the Windows Phone 8 SDK inside the VM and get everything running.