|
|
|
|
|
by jchw
2771 days ago
|
|
Sandboxing is a useful property, but do Desktop Bridge apps even get sandboxing? If not it calls the whole thing into question. Android has an app store with mandatory sandboxing and you can't always trust it, even Apple with probably the most strict rules and review process have had some incidents. I would like sandboxing in general, but as a feature of Windows Store it's definitely not enough to win me personally over. I still remain unconvinced of the prominence of Windows Store and if I were to sell an app today I would guess mobile is the way to go followed by probably Steam or Mac App Store. Sidenote: it feels like you're more likely to get annoying ad supported software from app stores too. Even the built-in solitaire is ad-ridden! |
|
Note that while Android and iOS both have numerous examples of malicious apps in their store, AFAIK, Windows Store does not (though there are definitely ad-ridden nightmares in there). I found their reviews annoyingly onerous for a literally 50-line UWP app with a single function when I tried to submit something.
The biggest benefit of their sandboxing though is not actually the security limitations of what they can access, but how it's installed, and more importantly, uninstalled. UWP apps are one-click remove, and do not leave any lingering garbage in the registry, as they have kind of like a "registry diff" inside their own folder.
Apps like iTunes which are notoriously messy for install and removal I prefer over UWP because it's much easier to purge them safely.