Reputation: 884
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
Upvotes: 0
Views: 28
Reputation: 2774
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
Upvotes: 1