Search code examples
windows-store-appswindows-phone-8.1windows-10windows-10-mobile

Windows 8.1 and windows 10 app issues


I have a few questions which i need to be clear on before i do windows 10 development.

1.Will 8.1 app work in windows 10 os(both phone and pc)

2.Is it possible to port 8.1 app (store app) to 10 app through command line. If yes,please explain how.


Solution

    1. Yes windows 8.1 app will work just fine on windows 10.
    2. Porting is possible from windows 8.1 to windows 10 as there are API changes so you code can brake. for details how you can port windows 8.1 to windows 10 watch this video

    Hope this helps