RORK LABJP
PLAY — Google Play's target API level 36 requirement took effect yesterday, August 31. From today, new apps and updates must target Android 16VISIBILITY — Apps still on API 35 stay listed but disappear for users on newer Android versions. No error is raised; new installs simply fade, which makes the change easy to missEXTENSION — If you missed the deadline, an extension through November 1, 2026 can be requested in Play Console — best filed alongside a concrete migration planAPPLE — On the Apple side, the event lands September 9 and iOS 27 is reported to ship September 14. Testing generated apps on iOS 27 hardware before release week is time well spentEXPO — Expo released expo-paste-input on August 28, a native module that brings image, GIF, and sticker paste to React Native TextInputEAS — EAS Observe reached general availability on August 20, putting crash and performance monitoring on the same EAS platform as builds and updatesPLAY — Google Play's target API level 36 requirement took effect yesterday, August 31. From today, new apps and updates must target Android 16VISIBILITY — Apps still on API 35 stay listed but disappear for users on newer Android versions. No error is raised; new installs simply fade, which makes the change easy to missEXTENSION — If you missed the deadline, an extension through November 1, 2026 can be requested in Play Console — best filed alongside a concrete migration planAPPLE — On the Apple side, the event lands September 9 and iOS 27 is reported to ship September 14. Testing generated apps on iOS 27 hardware before release week is time well spentEXPO — Expo released expo-paste-input on August 28, a native module that brings image, GIF, and sticker paste to React Native TextInputEAS — EAS Observe reached general availability on August 20, putting crash and performance monitoring on the same EAS platform as builds and updates
TAG

Automation

16 articles
Back to all tags
Related:
Rork7Rork Max3CI/CD3App Store Connect API2Supabase2TestFlight2Webhook2rork2backend2GitHub Actions2push notifications2Expo2
App Dev/2026-08-28Intermediate

Two weeks of half-finished batch runs, and every log line said success

A job scheduled twice a day was firing once, and nothing in the logs showed it. Here is the run ledger that catches executions that never happened, plus a backlog-slope check, with real command output.

Rork Dev/2026-07-03Advanced

When Your App Store Connect API Pipeline Quietly Drops Days — Field Notes on JWT Expiry, Report Lag, and Reconciliation

Automated App Store Connect API pipelines rarely stop — they leak. This piece breaks down the three silent failure modes behind 401, 404, and 429, and shows how a fetch ledger, a 72-hour backfill window, and a weekly reconciliation query keep daily sales and review data complete.

Business/2026-06-15Advanced

Managing Store Metadata as Code with the App Store Connect API — Turning Manual Edits into a Monthly System

As the apps you ship with Rork pile up, the time spent hand-editing store descriptions and prices stops being negligible. This walks through managing metadata as code with the App Store Connect API and rolling it out across a dozen apps, including the authentication pitfalls.

Rork Dev/2026-05-06Advanced

Rork Max × Xcode Cloud: A Complete CI/CD Guide — From Pull Request Tests to App Store Submission

Learn how to connect Rork Max's native SwiftUI output to Xcode Cloud and build a production-grade CI/CD pipeline — from automated pull request testing to TestFlight distribution and App Store submission.

Rork Dev/2026-04-25Intermediate

Connecting Rork Apps to Zapier — Automate Notifications and Data Sync Without a Backend

Learn how to connect your Rork app to Zapier via Webhooks to automate welcome emails, form data storage, and purchase notifications — no dedicated backend required.

Rork AI/2026-04-21Advanced

Rork × GitHub Copilot CLI: An Integrated Workflow That Cuts Both Token Costs and Development Time

A production workflow combining Rork's AI-driven app generation with Copilot CLI for solo app developers, including real measurement data.

Business/2026-04-20Advanced

Cutting App Store Review Replies From 32 Minutes a Day to 8 — App Store Connect API × Gemini × Cloudflare Workers in Production

Field notes on an AI-drafted, human-approved review reply pipeline: why 0.85 became my confidence threshold, JWT clock-skew workarounds, and Crashlytics-driven reply branching, with three months of measured numbers.

Rork Dev/2026-04-04Intermediate

Automating Your Rork App's Backend with n8n and Google AI Studio

Learn how to use n8n and Google AI Studio's Gemini API to add intelligent backend automation to your Rork mobile apps — no server required. Includes setup instructions and troubleshooting.

Rork Dev/2026-04-04Advanced

Rork Max × Automated AI Code Review: Continuous Quality Assurance with GitHub Actions + Claude API

Automate AI code review for Rork Max with GitHub Actions and Claude API. Detect bugs, security risks, and performance issues on every PR automatically.

Rork Dev/2026-03-31Intermediate

Rork × Make (formerly Integromat): Build a No-Code Backend with Webhooks

Learn how to connect your Rork app to Make (formerly Integromat) using Webhooks. Build a fully automated no-code backend — from form submissions to Notion databases and email notifications.

Rork Dev/2026-03-30Intermediate

How to Automate Background Jobs in Rork Mobile Apps with Trigger.dev

Learn how to combine Trigger.dev with Rork-built mobile apps to automate background jobs like push notifications, data syncing, and content updates with practical TypeScript examples.

Rork Dev/2026-03-29Advanced

Push Notification Masterplan for Rork Apps — Segmented Delivery, A/B Testing, and Automation Pipelines

An advanced guide to push notifications in Rork apps. Learn how to implement user segmentation, A/B testing, automated lifecycle pipelines, and retention-focused delivery strategies.