RORK LABJP
iOS 27 — It ships tomorrow, September 14. The days right after a new OS lands are when AI-generated apps stand on the least stable groundSUBMISSIONS — App Store Connect has been accepting builds for iOS 27 and macOS 27 since September 10, and Xcode 27 is available as a release candidateAPRIL 2027 — From then on, anything uploaded to App Store Connect must be built with the iOS 27 or iPadOS 27 SDK. Worth checking early if you cannot pick your own SDK versionSWIFT 6 — Xcode 27's new build system defaults to Swift 6 mode, and iOS 27 ships with Swift 6.4. Existing projects may meet concurrency checks they have not met beforeAGE RATINGS — New age rating questions tied to features like Time Allowances now need answers. This one can hold up a submission, so handle it earlyWAITING — Standard Rork waits on Expo and React Native; Rork Max waits on Xcode and the SDK. What a tool waits for decides how fast it catches upiOS 27 — It ships tomorrow, September 14. The days right after a new OS lands are when AI-generated apps stand on the least stable groundSUBMISSIONS — App Store Connect has been accepting builds for iOS 27 and macOS 27 since September 10, and Xcode 27 is available as a release candidateAPRIL 2027 — From then on, anything uploaded to App Store Connect must be built with the iOS 27 or iPadOS 27 SDK. Worth checking early if you cannot pick your own SDK versionSWIFT 6 — Xcode 27's new build system defaults to Swift 6 mode, and iOS 27 ships with Swift 6.4. Existing projects may meet concurrency checks they have not met beforeAGE RATINGS — New age rating questions tied to features like Time Allowances now need answers. This one can hold up a submission, so handle it earlyWAITING — Standard Rork waits on Expo and React Native; Rork Max waits on Xcode and the SDK. What a tool waits for decides how fast it catches up
TAG

Edge Functions

3 articles
Back to all tags
Related:
Supabase3Rork1API keys1Environment variables1CORS1troubleshooting1React Native1Rork Max1Row Level Security1API Design1Security1Backend1
Rork AI/2026-09-13Intermediate

Is That API Key Sitting Inside Your App? Rork Environment Variables vs. Supabase Edge Functions

Rork gives you two places to put an API key: its own environment variables, or a secret inside a Supabase Edge Function. Here is how I decide between them based on what I can revoke and who gets the bill, plus three checks to run after the key is in place.

Rork Dev/2026-05-11Intermediate

That 'CORS Error' in Your Rork + Supabase Edge Function? It's Probably Something Else

Seeing CORS errors when calling Supabase Edge Functions from your Rork app? React Native apps don't enforce CORS — the real cause is usually something else entirely. Here's how to diagnose and fix it.

Rork Dev/2026-03-28Advanced

Rork Max × Supabase Edge Functions & Row Level Security — Complete Secure API Design Guide

Learn how to design and implement secure, scalable APIs for Rork Max apps using Supabase Edge Functions and Row Level Security (RLS). From authorization patterns to production deployment.