Earlier quoted context omitted.
The iOS/MacOS ecosystem is changing all the time, a decent amount of that time, they're good changes to be making. Sometimes they're arbitrary. Sometimes they're stupid. Either way, you know all of this before you publish anything there, so complaining after the fact that Apple is not sufficiently incentivizing you to maintain your code that runs on and is distributed by their operating systems is bizarre to me. Yes,…
> complaining after the fact that Apple is not sufficiently incentivizing you to maintain your code that runs on and is distributed by their operating systems is bizarre to me. Let me tie things up a bit for you then. To repeat myself; I'm not complaining! I don't pay Apple a dime anymore, not for services nor hardware. I had a brief, happy stint as an iOS dev in my nascent, foolish years as a programmer and moved on…
iOS indie app development looks like
81–90 of 90 posts
Re: iOS indie app development looks like
#82Earlier quoted context omitted.
Programming is a job, not a pasttime. If you enjoy doing your job, so be it, but you are trivializing this to an offensive extent.
It sounds like it is a pastime for the GP. If it wasn’t then $100 is trivial for a business.
Re: iOS indie app development looks like
#83Earlier quoted context omitted.
People I know who are iOS developers say differently. The Swift language itself is bloated? Compared to what? Golang?
Something like go, yes. Imo there is benefit to only being able to do things one way, and in swift there are a lot of ways to do everything. A trivial example: why can you bind variables in pattern matches with both case let .some(x) and case .some(let x)?
Re: iOS indie app development looks like
#84Earlier quoted context omitted.
It sounds like it is a pastime for the GP. If it wasn’t then $100 is trivial for a business.
1) You're still overgeneralizing 2) If $100 was actually trivial for a business then Apple wouldn't demand it.
Do you think the OP is not doing this as a pastime? There is nothing in their statement to indicate anything but.
>2) If $100 was actually trivial for a business then Apple wouldn't demand it.
I'm not sure how you can make that leap.
Re: iOS indie app development looks like
#85Earlier quoted context omitted.
Something like go, yes. Imo there is benefit to only being able to do things one way, and in swift there are a lot of ways to do everything. A trivial example: why can you bind variables in pattern matches with both case let .some(x) and case .some(let x)?
Because the former works with all associated values in a case, whereas the latter does not. `case let .some(x, y, z)` vs `case .some(let x, let y, let z)`. And the latter exists because you may want some to be immutable and others to be mutable: `case .some(let x, var y, _)`.
Re: iOS indie app development looks like
#86Earlier quoted context omitted.
Because the former works with all associated values in a case, whereas the latter does not. `case let .some(x, y, z)` vs `case .some(let x, let y, let z)`. And the latter exists because you may want some to be immutable and others to be mutable: `case .some(let x, var y, _)`.
In other words, the former is syntactic sugar and having just the latter option would suffice
Re: iOS indie app development looks like
#87Re: iOS indie app development looks like
#88Won't folks prefer to use native system features (e.g. password protected apps or the "hidden" album in Photos app)?
That, and how did Apple managed to approve an application that hides its true purpose like that?
Re: iOS indie app development looks like
#89I gave up on mobile app dev years ago. To Apple, I'm not giving you $100 per year for four people to play my hobbyist games. Not to mention getting my account approved in the first place was such a horrible process. They can and will deny your app for random reasons. I don't know how any independent developer really wants to base their entire income around such madness . What they want is multi-billion companies publ…
Re: iOS indie app development looks like
#90> we decided to test a sharp pivot just before shutting it down: rename the app, change the concept from a photo vault to a converter disguise, and sell encryption as a feature. I’m not really convinced that by just changing those you can suddenly get a lot of downloads.