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

StoreKit 2

16 articles
Back to all tags
Related:
Rork8Subscriptions6Monetization5Rork Max4Cloudflare Workers4App Store Server API4Subscription4JWS3iOS3Google Play Billing3IAP2App Store2
Rork Dev/2026-04-25Advanced

Outgrowing RevenueCat: A Self-Hosted Guide to App Store Server Notifications V2 for Rork Apps

A complete implementation guide for receiving App Store Server Notifications V2 in Cloudflare Workers without RevenueCat — covering JWS verification, idempotent state updates, user binding, and production testing for Rork apps.

Rork Dev/2026-04-21Advanced

Protecting Your Rork App From Fraudulent Purchases and Request Spoofing — A Complete Server-Side Validation Design With App Attest and Play Integrity

A complete walkthrough of how to protect your Rork app's revenue and API endpoints from request spoofing and IAP fraud using Apple's App Attest and Google's Play Integrity APIs, with runnable Cloudflare Workers code and StoreKit 2 JWS verification.

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.