RORK LABJP
NATIVE — Rork Max reaches AR and LiDAR scanning, Metal-backed 3D, Dynamic Island, Siri Intents, HealthKit, NFC, App Clips, and on-device Core MLIOS27 — iOS 27 Developer Beta 4 extends Siri AI to iPhone 15 Pro and 15 Pro Max plus the 16 and 17 lines, with noticeably faster responses than the first betaDESIGN — Apple's own design kits for iOS, iPadOS, and macOS 27 are now available for Figma and Sketch, ready for when you lay out UI for the new OSCANARY — Android 17, codenamed Cinnamon Bun, retires Developer Previews in favor of continuously updated Canary builds, which changes when you schedule testingSPARK — Gemini Spark in Android 17 drives apps directly to automate multi-step errands like booking a ride or placing an orderSCALE — Rork raised $2.8M from a16z and now draws roughly 743,000 visits a monthNATIVE — Rork Max reaches AR and LiDAR scanning, Metal-backed 3D, Dynamic Island, Siri Intents, HealthKit, NFC, App Clips, and on-device Core MLIOS27 — iOS 27 Developer Beta 4 extends Siri AI to iPhone 15 Pro and 15 Pro Max plus the 16 and 17 lines, with noticeably faster responses than the first betaDESIGN — Apple's own design kits for iOS, iPadOS, and macOS 27 are now available for Figma and Sketch, ready for when you lay out UI for the new OSCANARY — Android 17, codenamed Cinnamon Bun, retires Developer Previews in favor of continuously updated Canary builds, which changes when you schedule testingSPARK — Gemini Spark in Android 17 drives apps directly to automate multi-step errands like booking a ride or placing an orderSCALE — Rork raised $2.8M from a16z and now draws roughly 743,000 visits a month
ARTICLES

All Articles

All (953) Getting Started (81) Dev Tools (501) AI Models (109) Business (174) App Dev (88)
Dev Tools/2026-05-05Intermediate

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.

Dev Tools/2026-05-05Beginner

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.

Dev Tools/2026-05-04Intermediate

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.

Dev Tools/2026-05-04Intermediate

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.

Dev Tools/2026-05-04Advanced

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.

Dev Tools/2026-05-04Intermediate

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.

Dev Tools/2026-05-04Intermediate

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.

Dev Tools/2026-05-04Advanced

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.

Dev Tools/2026-05-03Advanced

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.

Dev Tools/2026-05-03Beginner

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.

Dev Tools/2026-05-03Intermediate

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.

Dev Tools/2026-05-03Advanced

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.