Earlier quoted context omitted.
> > The UI has changed overtime, sometime substantially, > How so? I see an app in the store. I install it. An icon shows up on my screen. I tap it to open it. From iOS 6->7 there was a huge UI change where they went from a skeuomorphic design to a much flatter design. Every year since then they tweaked the design of iOS. Sometimes it might be as easy as building your app against the newer SDK to get the updated look…
Thank you for the very thoroughly detailed reply! > I'd be very wary of using it on anything new. That makes sense and I can understand it. On the other hand, the a text editor and todo app aren't exactly new apps ideas. > "Save this note to Dropbox" or "Open Twitter with this note's content as the tweet" and the list goes on. Perhaps this is a failing on my part again but... how is that an app problem? If the user h…
I can completely understand why some people might be fine with a text editor or todo app that doesn't change much and I'll ceed the point to you that the speed of mobile platforms causes work that might not otherwise be needed. Some of that comes from it still being a changing landscape where technology is improving. Desktops/laptops have not seen as large of leaps in part because they started from a much higher point. For a long time mobile phones had to be pretty limited because if they weren't they'd burn through the battery in no time at all (see: lack of backgrounding in early iOS/Android). I think the desktop platform (Windows, macOS, Linux) started from a much more mature (and open) place and thus it was easier to write something that would stand the test of time. Even then, things like gedit still get updates, nothing is ever really "done".
> Basic text editors and todo apps were solved decades ago.
Yes they were, now people want non-basic versions of both which is was brings up to where we are today. Part of that "required churn" can be blamed on Apple/Google but some of it is due to things that just weren't possible before. I won't pretend that Siri is good but Siri Intents (I think that's what it's called) is a newer (last few years or so) addition and I think it's a decent example of "why would a todo app need a subscription". The platform changes and your users want you to take advantage of the new features so that they can say "Hey Siri, tell Things to remind me do X" (don't get me started on not being able to set defaults). Or, to bring back another example, I might want a widget on my home screen of the next few items on my todo list.
Are these features necessary for todo app? No, in the general sense of "necessary" but yes in the sense of "needed to compete in the mobile stores". Platform churn aside, these new features require ongoing development and subscriptions mean you can roll out a feature as soon as it's ready instead of waiting for the next major point release so you have a list of features worth paying for all a once. Could a developer gate each feature behind a 1-time IAP? Sure but as a developer all I can think of is "there be dragons", that sounds miserable to support.
I do want to address the terminal program point you made. I've used mobile terminal and later mTerm on my jailbroken iPhone. For moving around my local phone's FS it's decent enough but I hated using it for SSH. The UI was just too clunky for mobile which is why I paid for Prompt1/2. I understand the annoyance at paying for something that is free on desktop but I think that misses the amount of work it takes to get a good SSH client on mobile. Could Apple add a Terminal app in the next OS release? Sure they could but unless they put in a lot of work it would be a terrible experience. I'm not trying to pretend Apple is perfect or blameless but I understand the decision.
Lastly, I agree with you that there are some apps that exist that don't require a subscription but one has been shoehorned in. I don't pay for apps like that, I guess I bristled up when you mentioned text editors (to which I pivoted to my notes app, Drafts) and todo manager (to which my mind jumped to Things), both of which I pay via a subscription. Your broader point about subscriptions being forced into some apps that don't make sense is correct, I just think sometimes people throw the baby out with the bathwater when it comes to subscriptions.
PS: If you are looking for linux-like terminal on iOS I would suggest you look at iSH[0]. It's free, open source, and seems like it would be something you might like.