-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch from WinRT to UWP #14
Comments
When you submit a Windows 10 UWP to the store you can still offer the old WinRT app to Windows 8, 8.1 users from the same store entry. This way no users get left out. See here, under App bundles: |
@CGomer I am actually doing that already. Windows 8 clients can still install and update to version 1.7.0 of Remote Terminal, everyone on Windows 8.1 or Windows 10 is offered 1.9.1 (released today). The issue I was referring to was that I would not want to maintain both the UWP and the WinRT version of the app in parallel in the future (something like that is also not really compatible with git-flow, which I am using). It's really not a problem for me personally, don't get me wrong. Everyone using Windows 8 or Windows 8.1 now doesn't have a financial reason to not upgrade to Windows 10 (as we all known the free upgrade still works, just not officially). Many people are just hesitating to upgrade, and I don't know how many of them are active Remote Terminal users. |
I see your point now! Maybe app analytics could tell you how many people are using Remote Terminal on win 8? |
I am looking at the analytics right now and they tell me the following percentages for app acquisitions over the last 30 days.
Percentages are similar for the last 3, 6 and 12 months. Windows 10 gained about two percent points in favor of Windows 8.1 over the last year. The small Windows 8 fraction stays pretty constant. Because this is only acquisitions (new "customers" obtaining a license for Remote Terminal, i.e. installing it for the first time ever) it doesn't tell me anything about the people that already have it and are using it regularly. |
I am using Remote Terminal on Windows 8.1 and am enjoying it, thank you! I am stuck on Windows 8.1 since it is the last release that will work with my device, a Surface RT (arm32). |
I assume that the switch from WinRT to UWP could have many advantageous possibilities:
The only disadvantage I can think of would be that new versions of the app would not be available on Windows 8.1, but I consider this negligible in consideration of all the possible advantages.
The text was updated successfully, but these errors were encountered: