All Articles
Rork EAS Build Profile Switching Gone Wrong — Fixing development, preview, and production Pitfalls
Troubleshoot common EAS Build profile mistakes in Rork Max — environment variable misconfig, uploading development builds to TestFlight, hitting dev APIs in production, and more. Practical fixes for each symptom.
Build a Real-Time Currency Converter App with Rork — API Integration, Home Screen Widget, and Error Handling
A practical tutorial for building a currency converter app from scratch with Rork. Covers ExchangeRate-API integration, home screen widget support, and handling common errors gracefully.
Why Your Rork App Gets Rejected for Broken Restore Purchases — Fixing App Store Guideline 3.1.1
If your Rork-built subscription app is getting rejected for Guideline 3.1.1, the Restore Purchases button is almost always the cause. Learn how to wire it up correctly with expo-in-app-purchases or react-native-iap and pass review on the next try.
Rork Max App Store & Google Play Submission Checklist 2026
The submission pitfalls specific to Rork Max-generated apps — privacy permissions, build numbers, Data Safety sections, and API key exposure. Use this before you hit submit.
Production Auth with Rork × Better Auth: Web + Mobile Unified Authentication
A hands-on guide to unifying your Rork mobile app and web admin under a single Better Auth backend. Covers email links, social, passkeys, and organizations — including every cookie and deep-link gotcha I hit in production.
Microphone and Audio Recording Not Working in Rork — A Symptom-Based Troubleshooting Guide
When microphone or audio recording stops working in a Rork-generated app, the root cause is often not obvious. This guide walks through common failure patterns — permissions, audio mode setup, simulator limits, and async pitfalls — with working code fixes.
Updating Your Rork App for iOS 26: A Practical Guide to Liquid Glass and Expo SDK 54
A developer's guide to preparing Rork-built React Native apps for iOS 26. Covers Expo SDK 54 migration, Liquid Glass tab bars with NativeTabs, GlassView implementation, and common errors with fixes.
Shipping a Kids App with Rork Max — Kids Category Review, COPPA, and Parental Gates
A complete guide to developing and publishing kids apps with Rork Max. Covers App Store Kids category requirements, COPPA-compliant implementation patterns, parental gate code examples, and Ask to Buy integration for indie developers.
Building a Production-Grade Handwriting Note App with Rork × PencilKit
How to ship a real PencilKit-based note app with Rork — covering Apple Pencil Pro Squeeze and Hover, PKDrawing persistence, CloudKit sync, and Vision-based handwriting OCR with production patterns.
5 Things to Check First When Rork Shows 'Unable to Resolve Module'
Walk through the five most common causes of the 'Unable to resolve module' error in Rork, React Native, and Expo projects, with the exact commands and the order in which to check them.
When 'pod install' Fails on Rork-Exported iOS Projects — A Practical Guide for the Apple Silicon Era
Most pod install failures on Rork-generated iOS projects come from the same handful of root causes — Apple Silicon ffi mismatches, Ruby version conflicts, CocoaPods version drift, Xcode path issues, and Hermes/Folly compile errors. Here is the order I work through them.
Sign in with Apple in Rork: Server-Side Verification, Account Linking, and the Mandatory Deletion Flow
Dropping a Sign in with Apple button into your Rork app and shipping it is the fastest path to a rejection. This guide walks through the full picture: nonce hashing, server-side ID token verification with Apple's JWKs, the mandatory account deletion flow, and the often-forgotten revoke_token call back to Apple.