Answered by:
[UWP]How to create UWP app with existing windows 8.1 universal app?

Question
-
I created an universal windows 8.1 app now I wanted to create this app for windows 10 but if I migrate my app then it wont be able to run on windows 8.1 devices so for targeting both the platform what should I do? I created UWP blank app but I having different package name than windows universal 8.1 app so what should I do now?
- Edited by Amy PengMicrosoft employee Thursday, August 13, 2015 9:21 AM add tag
Wednesday, August 12, 2015 6:04 PM
Answers
-
Hello,
you could find the way to migrate your app here:
Migrate your C#/VB Windows Store 8.1 or Windows Phone 8.1 apps to use the Universal Windows Platform
Regards
- Proposed as answer by Amy PengMicrosoft employee Tuesday, August 25, 2015 7:54 AM
- Marked as answer by Amy PengMicrosoft employee Wednesday, August 26, 2015 11:30 AM
Thursday, August 13, 2015 7:15 AM -
Hi Vshal Jagatap,
Welcome to the Developing Universal Windows apps forum!
Please read the sticky posts, especially the Guide to posting: subject line tags and Known Issues for Windows 10 SDK and Tools
>>so for targeting both the platform what should I do?
If you want to let your app target on both platform, currently your Universal Windows 8.1 app is enough, it can run on Windows 8.1 and Windows 10 platform, but in this way you can not enjoy the new feature of the Windows 10. But if you want to enjoy the new feature of the Windows 10, you may need two projects, one is for the Windows 8.1 app, the other is for the UWP app in Windows 10.
>>I created UWP blank app but I having different package name than windows universal 8.1 app so what should I do now?
For this question, please try to refer to the reply which is posted by @cedric pautet .
Best Regards,
Amy Peng
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- Edited by Amy PengMicrosoft employee Thursday, August 13, 2015 9:20 AM
- Proposed as answer by Magnus (MM8)MVP Saturday, August 15, 2015 8:30 AM
- Marked as answer by Amy PengMicrosoft employee Wednesday, August 26, 2015 11:30 AM
Thursday, August 13, 2015 9:20 AM
All replies
-
Hello,
you could find the way to migrate your app here:
Migrate your C#/VB Windows Store 8.1 or Windows Phone 8.1 apps to use the Universal Windows Platform
Regards
- Proposed as answer by Amy PengMicrosoft employee Tuesday, August 25, 2015 7:54 AM
- Marked as answer by Amy PengMicrosoft employee Wednesday, August 26, 2015 11:30 AM
Thursday, August 13, 2015 7:15 AM -
Hi Vshal Jagatap,
Welcome to the Developing Universal Windows apps forum!
Please read the sticky posts, especially the Guide to posting: subject line tags and Known Issues for Windows 10 SDK and Tools
>>so for targeting both the platform what should I do?
If you want to let your app target on both platform, currently your Universal Windows 8.1 app is enough, it can run on Windows 8.1 and Windows 10 platform, but in this way you can not enjoy the new feature of the Windows 10. But if you want to enjoy the new feature of the Windows 10, you may need two projects, one is for the Windows 8.1 app, the other is for the UWP app in Windows 10.
>>I created UWP blank app but I having different package name than windows universal 8.1 app so what should I do now?
For this question, please try to refer to the reply which is posted by @cedric pautet .
Best Regards,
Amy Peng
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- Edited by Amy PengMicrosoft employee Thursday, August 13, 2015 9:20 AM
- Proposed as answer by Magnus (MM8)MVP Saturday, August 15, 2015 8:30 AM
- Marked as answer by Amy PengMicrosoft employee Wednesday, August 26, 2015 11:30 AM
Thursday, August 13, 2015 9:20 AM -
Thanx AmySaturday, August 15, 2015 8:07 AM