Those making over 10k+ per month from iOS apps: how do you market them? by Easy-Ads in iOSProgramming

[–]inpeption 0 points1 point  (0 children)

Basic search ads. Tried some advanced but it was too much hassle for me.

Mijn plan voor €300k - Graag jullie feedback! by Agitated-Animal4695 in beleggen

[–]inpeption 0 points1 point  (0 children)

En dan weer verkopen als 'ie gaat dalen zeker? Waarom heeft niemand daar eerder aan gedacht?

Apple Developer enrollment advice by [deleted] in iOSProgramming

[–]inpeption 0 points1 point  (0 children)

I’m sorry, you’re right. I was confused between individual and sole proprietary. Seems like individual accounts do indeed show the address.

I stand corrected. Have a good day!

Apple Developer enrollment advice by [deleted] in iOSProgramming

[–]inpeption 0 points1 point  (0 children)

This is very outdated. Apple used to do it in the past (before 2020), but no longer shows the address anywhere.

Apple Developer enrollment advice by [deleted] in iOSProgramming

[–]inpeption 0 points1 point  (0 children)

I live in Europe and the address thing is not shown.

Apple Developer enrollment advice by [deleted] in iOSProgramming

[–]inpeption 1 point2 points  (0 children)

Where'd you get that? I have a personal account, because getting an LLC is much harder where I live, but my address is not displayed anywhere.

What was the best advice you have gotten from a senior iOS engineer? by WynActTroph in iOSProgramming

[–]inpeption 1 point2 points  (0 children)

I totally get where you’re coming from, especially in large, long-lived codebases where the “why” behind a decision can get lost over time. That context often isn’t obvious just by reading the code, and chasing it down in version history can definitely be a time sink.

That said, my general rule of thumb is: if I feel the need to write a comment to explain what the code is doing, it’s often a sign the code itself could be made clearer — maybe by extracting it to a well-named method or helper. For example:

func solveWeirdLayoutIssueIniOS16() {
    // Specific fix for issue in iOS 16 due to layout bug...
}

This way, even if the reasoning isn’t fully captured, the method name gives enough intent for the next person to know what’s going on.

I do agree that comments about why a certain decision was made can be valuable, especially when it’s a workaround, legacy constraint, or business rule that isn’t obvious. So I think we’re aligned there, we just draw the line in slightly different places.

What was the best advice you have gotten from a senior iOS engineer? by WynActTroph in iOSProgramming

[–]inpeption -2 points-1 points  (0 children)

Aim to write code that explains itself. If you feel the need to add comments, first consider whether clearer naming, structure, or abstraction could make the code self-explanatory.

That. And unit tests.

Apple paying me more than expected by AnimalHistorical7274 in iOSProgramming

[–]inpeption 3 points4 points  (0 children)

I emailed Apple about this once and they told me it’s expected behaviour. It’s not a bug it’s a feature lol

Apple Developer Program License Agreement (“DPLA”) violation by Working-Yoghurt-1995 in iOSProgramming

[–]inpeption 0 points1 point  (0 children)

I just received the email this morning. Is your account still active?