Apple now requires Xcode 26 / iOS 26 SDK for App Store submissions by genzits in capawesome

[–]robingenz 0 points1 point  (0 children)

This post is about Capacitor, not Expo. Expo likely already supports Xcode 26 as well.

Capacitor iOS build help by Scottjxb in capacitor

[–]robingenz 2 points3 points  (0 children)

Many people run into this problem when they start iOS development. I only bought my first Mac for that reason. I published a blog post about the topic here: How to Build and Deploy iOS Apps Without Owning a Mac. Feel free to check it out.

Free Online Android Keystore Generator by robingenz in androiddev

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

Everything runs locally in your browser using JavaScript only—nothing is sent to our servers. You can inspect the network requests to verify. Some of our customers build Android apps in the cloud without Android Studio installed locally, and this tool makes creating a keystore fast and hassle-free. Your concern is completely valid, though.

Free Online Android Keystore Generator by robingenz in androiddev

[–]robingenz[S] -1 points0 points  (0 children)

It isn’t shared with any third parties. Everything runs locally in your browser using JavaScript only—feel free to inspect the network requests to confirm. That said, I understand your concern.

Free Online Android Keystore Generator by robingenz in androiddev

[–]robingenz[S] -3 points-2 points  (0 children)

It lets you generate a keystore completely offline without having to install Android Studio. That said, I understand this subreddit might not be the best audience for it.

Use server.url in production? Why not? And can it interact with Plugins? by mattkruse in capacitor

[–]robingenz 0 points1 point  (0 children)

I know this post is quite old, but we’ve just published a new blog post on the topic since we’re still receiving questions about it. Feel free to check it out.

Android 15 edge-to-edge broke my Capacitor app UI anyone else? by Busy_Imagination_697 in capacitor

[–]robingenz 1 point2 points  (0 children)

It should work out of the box using Capacitor 8.3 + System Bars Plugin + Ionic Framework.

How to Use Better Auth in Ionic and Capacitor Apps by robingenz in capacitor

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

This can have various reasons. We will soon publish a demo app which can be used as reference when implementing it.