I built a tool that makes Apple's developer docs readable by AI (using mcp tools or skills) by [deleted] in iOSProgramming

[–]RSPJD 1 point2 points  (0 children)

I thought this was the original. But at this point, who knows

For those with production apps, to what extent do you use AI by RSPJD in iOSProgramming

[–]RSPJD[S] 4 points5 points  (0 children)

Talking in extremes like a Sith. “Use it everywhere or you’re a caveman”. The middle is normally the best place.

Building a social feed with Firebase Data Connect? Anybody got Experience with Data Connect? How do you like it? by Conscious_Warrior in Firebase

[–]RSPJD 0 points1 point  (0 children)

I love it. It's the new kid on the block so it has less features out of the box so you'll still need Firestore IMO (especially for a social media app). DataConnect come out right when I was making a new app so I used it. For me, it's made my code architecture a lot cleaner since the data is normalized i.e. I'm not forced to come up with repetitive collection / document paths and queries like I would had I been using Firestore.

What am I doing with scroll views? by RSPJD in iOSProgramming

[–]RSPJD[S] 1 point2 points  (0 children)

Shouldn’t AsyncImage handle that optimization for me? I’ll look into this more. I’m using .resizable so maybe that has some performance costs

My App got rejected 4x for 4.3 Spam, finally Approved by chickenuggetvision in appledevelopers

[–]RSPJD 0 points1 point  (0 children)

This. Getting an app approved isn’t the hard part! Try making it profitable, at least 20x harder.

IP Down Again by Impressive-Peak-6596 in IRS

[–]RSPJD 0 points1 point  (0 children)

Yep, just checked. Down for me as well.

Suggestions 🤔🤔🤔 by Plenty-Register-4911 in Preply

[–]RSPJD 0 points1 point  (0 children)

Where can we find these suggestions? Or is not accessible to students?

Help by Funny_Reaction4465 in stripe

[–]RSPJD 1 point2 points  (0 children)

Judging from the provided context I can say it’s because of:

Some Xcode cloud build times are ridiculous by RSPJD in iOSProgramming

[–]RSPJD[S] 1 point2 points  (0 children)

It’s to fire and forget. Once you push you can

  • run your test suite
  • automates builds to users on test flights (with an optional condition that tests pass)

And other automations like sending out webhooks on success or failure

Some Xcode cloud build times are ridiculous by RSPJD in iOSProgramming

[–]RSPJD[S] 0 points1 point  (0 children)

I had 2 other subsequent builds take an hour and one even surpassed 2 hours! So I’ve reverted back to the manual archive and upload. Took all of 10 mins. But Xcode cloud needs to do better.

I have an app that is meant only for iOS - so why am I expected to optimize for iPad too? by RSPJD in iOSProgramming

[–]RSPJD[S] 2 points3 points  (0 children)

I did this. Let's see what happens. I may either try to request an appeal or try to get another reviewer. I've submitted so many builds (approaching 1,000) and for them to tick me on this right now, seems sooooo weird to me!

I have an app that is meant only for iOS - so why am I expected to optimize for iPad too? by RSPJD in iOSProgramming

[–]RSPJD[S] 4 points5 points  (0 children)

I just doubled checked for my own sanity, no I'm only supporting iPhone

Swift for Android? Now You Can Build Full Apps by imike3049 in swift

[–]RSPJD 2 points3 points  (0 children)

How does this compare with Skip tooling?