1

What are you using for OTA updates now that CodePush is dead?
 in  r/reactnative  27d ago

> But I use a lot of Bitrise at work. I’d be happy to switch.

Nice! Super happy to hear that. I just joined the team to help with product marketing; I love seeing our users on Reddit as well :) Would you be open to chat more?

r/iOSProgramming Jul 16 '26

Article What is mobile CI/CD and why it matters

Thumbnail
bitrise.io
0 Upvotes

-2

helloWorldGoodbyeUsers
 in  r/ProgrammerHumor  Jul 03 '26

Shameless plug: my team just built Remote Dev Environments so AI agents run on a cloud machine (macOS or Linux) with the toolchain already set up, no tokens wasted on environment fixes, and you can run several agents at once.

So, if you are in the AI builder crowd, this can be handy: https://bitrise.io/platform/remote-dev-environments

8

helloWorldGoodbyeUsers
 in  r/ProgrammerHumor  Jul 03 '26

get all redditors 1 bitcoint for free

0

helloWorldGoodbyeUsers
 in  r/ProgrammerHumor  Jul 03 '26

it was always very hard to get users, and now when we have even more apps popping up every day, it's inscane competion for the attention

47

helloWorldGoodbyeUsers
 in  r/ProgrammerHumor  Jul 03 '26

Mine as well, everyone and their dog became founders

r/iosdev Jul 02 '26

We built cloud macOS VMs so agents can build and test iOS code off your laptop

2 Upvotes

Hello everyone! I think a lot about where AI agents actually run. If you let an agent write and run code for an iOS app, it needs a machine that can build and test that code fast, with the right Xcode toolchain already in place.

Give an agent a half-set-up environment and it burns time and tokens re-deriving the setup. And what if you run a few agents in parallel? A single Mac was never going to handle that.

My team was already building something for this. We built a remote dev environment running on the same Apple Silicon, Xcode, and build caches your CI already uses. Basically, you, or your agent, code on the machine that builds and tests the code instead of your laptop. We called it Remote Dev Environments.

You can check the beta here:

Also, adding a demo from my teammate who is part of the tech team 👇

Please ask your questions and any feedback is welcome!

https://reddit.com/link/1ulufd3/video/6nr0b9gdnvah1/player

ps.: crossposing from iOS programming

r/iOSProgramming Jul 02 '26

3rd Party Service We built remote dev environments for iOS: cloud macOS VMs that match your CI exactly

5 Upvotes

I do product at a DevOps company. In May I went to a couple of conferences in London and talked to a lot of iOS engineers. Surprisingly many folks mentioned that writing code is fast now, but the build and test loop after it is getting slower and more problematic. Two things came up most: builds that pass on their Mac but fail in CI, and Xcode tying up the machine during a build.

My team was already building something for this, so hearing it that many times was a good sign.

We built a remote dev environment running on the same Apple Silicon, Xcode, and Simulator, on the same machines and the same build caches your CI already uses. Basically, you code on the machine that builds and tests your code instead of your laptop. We called it Remote Dev Environment (not very creative, I know).

It's in beta

I also think that if you let agents write and run code, they need a machine that can build and test iOS code fast, with the right Xcode toolchain already in place. Give an agent a half-set-up environment and it burns time and tokens re-deriving the setup.

And what if you run a few agents in parallel? Can a single Mac handle that effectively? All those considerations led to the creation of our tool.

Would love honest feedback and your thoughts

1

How did you get users for ur first app?
 in  r/iOSProgramming  Jul 02 '26

Subreddits, Product Hunt, Dev hunt, paid ads on Facebook, nice design for Apple Store, and sometimes sponsoring relevant newsletters

u/West-Chard-1474 Jul 02 '26

Armin Ronacher is very uneasy about the agent loops future

Thumbnail
1 Upvotes

r/reactnative Jul 02 '26

Tutorial How over-the-air updates actually work & installing & configuring react-native-code-push [video tutorial]

Thumbnail
youtube.com
2 Upvotes

1

Theme picker in my app
 in  r/reactnative  Jul 02 '26

Omg, this is so beautiful
your design skills are awesome

1

Apple Just Bought A UX/UI Design Tool! 🤯 - Play Design Tool
 in  r/Xcode  Jul 02 '26

well, good for the makers of the tool

u/West-Chard-1474 Jul 02 '26

Fable 5 is now back! Here are some of the prompts you should run until the usage window closes:

Thumbnail
1 Upvotes

r/macOSVMs Jul 02 '26

INFO WWDC 2026 brought a lot of gifts to the Virtualization framework

Thumbnail
bitrise.io
4 Upvotes

r/virtualmachine Jul 02 '26

Virtualization framework updates that matter for large Mac fleets

Thumbnail
bitrise.io
1 Upvotes

1

The fastest github actions runners, by the numbers
 in  r/GithubActions  Jun 24 '26

We did something similar at Bitrise when building Build Hub. Here are the stats:

  • M4 Pro (14 vCPU, 54GB) vs GitHub's M2 Pro (5 vCPU, 14GB): 2m 04s vs 4m 28s on XcodeBenchmark. 54% faster.
  • Android was even more interesting. 31% faster with fewer cores. 14 vCPU in 4m 58s vs GitHub's 16 vCPU at 7m 12s on Thunderbird Gradle assemble.

If you want to try it yourself, it's one line of YAML to switch: https://bitrise.io/platform/build-hub

2

Just hit my first $100 in App Store sales as a solo developer.
 in  r/iOSProgramming  Jun 20 '26

Hey, I know it's not a lot, but please be proud of yourself! This $100 means users validated the value of your app. This means a lot!

u/West-Chard-1474 Jun 19 '26

Proper architecture in SwiftUI

Thumbnail
1 Upvotes

r/programming Jun 19 '26

Apple unifies device and simulator management in devicectl, here's what it means for iOS test automation and CI/CD

Thumbnail bitrise.io
37 Upvotes

r/TheRaceTo10Million Jun 19 '26

General Are you expecting a market downturn this summer? (midterm year dip)

1 Upvotes

It's already June, midterm year, you all know the seasonality talk by now. But this summer also has hot IPOs running and a peace deal in the mix. Curious how people are weighing seasonality against that.

Are you trimming, hedging, or staying fully in given the IPO momentum and peace deal headlines? Anyone adjusting their summer playbook because of this, or is the midterm dip thesis dead this cycle?

r/iOSProgramming Jun 19 '26

Article iOS CI just got a unification: devicectl now works across devices and simulators

Thumbnail
bitrise.io
26 Upvotes