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

subscription

51 articles
Back to all tags
Related:
Rork26monetization19AdMob12RevenueCat12Rork Max12Monetization9App Store8StoreKit 25ASO5rork-max5Stripe5revenue5
Business/2026-03-19Advanced

Designing Subscription Revenue in Rork Max — What to Let StoreKit 2 Handle, and What to Own Yourself

A practical, experience-driven look at building a monthly subscription app on the Swift code Rork Max generates: freemium boundaries, paywall timing, how to read churn, the unit-economics floor, and App Store review — from an indie developer's perspective.

Rork Dev/2026-03-19Advanced

Unity Game Monetization Practical Guide — AdMob Optimization, IAP, and Subscription Design (Advanced)

An advanced implementation memo for Unity mobile game monetization, covering AdMob mediation, StoreKit 2 / Google Play Billing v7 IAPs, and subscription design with production-ready C# code.

Rork Dev/2026-03-14Advanced

Taking Rork Max × Stripe Subscriptions to Production — Webhook Idempotency, State Transitions, and Reconciliation

Beyond the basic setup: the Stripe subscription failures that only surface in production—duplicate webhooks, out-of-order events, subscription state machines, and keeping your database in sync with Stripe—each with working implementation code.