ANTIGRAVITY LABJP
TAG

iOS

63 articles
Back to all tags
Related:
antigravity34Antigravity21app-dev15android13swift9automation6Swift6firebase6Android5StoreKit 24admob4xcode4
App Dev/2026-06-19Advanced

I Started the Ad SDK Before Asking for ATT — the Init-Order Bug That Quietly Lowered First-Session eCPM

When I rolled AdMob mediation out to four iOS apps, only the very first session showed weaker ad revenue. The cause was the order between the ATT prompt and MobileAds initialization. Here is why the order matters, plus how I had Antigravity audit the init sequence across all four apps.

App Dev/2026-06-15Advanced

Stop Adding a Ternary Every Time a New iPhone Ships: A Table-Driven Resolution Design

Every time a new resolution arrived—iPhone Air, 17 Pro—I was bolting another screen-size ternary onto a 29-branch pile. Here is how I reshaped that into a table-driven design where adding the next device is a one-line data change, with the actual Swift from my wallpaper apps.

AI Tools/2026-06-13Intermediate

How Far Can Android Studio's Migration Agent Take iOS Code Into Kotlin? A Hands-On Evaluation

I fed one screen of my ukiyo-e wallpaper app to Android Studio's migration agent. What the generated Kotlin got right, the 12 fixes it needed, and the review workflow I now run before accepting any of it.

App Dev/2026-06-13Intermediate

Apple Foundation Models Are Now Free for Most Indie Apps — Three Questions That Decide What I Build

Apple Foundation Models are now free for developers under 2M first-time downloads. Three questions I used to decide which AI features belong in my wallpaper apps.

App Dev/2026-06-12Intermediate

Replacing a Decade-Old SKPaymentQueue with StoreKit 2 — Migrating 4 Wallpaper Apps with an Antigravity Agent

A field report on migrating SKPaymentQueue-based purchase code to StoreKit 2's Transaction.currentEntitlements across four wallpaper apps — what I delegated to an Antigravity agent, and the traps I only found on real devices.

Integrations/2026-05-30Intermediate

Handing Crashlytics Stack Traces to Antigravity — Three Weeks Across Four Apps

Paste a Crashlytics stack trace into Antigravity, let it narrow the cause, and drive the fix to the finish. After three weeks across four wallpaper apps, here is what I learned to delegate and what I kept for myself.

Integrations/2026-05-28Advanced

Recovering Missing iOS dSYMs Across Six Apps with Antigravity's Background Agent — A Four-Week Operations Log

After migrating Firebase iOS SDK from CocoaPods to SPM, six wallpaper apps saw their Crashlytics symbolication rate collapse to as low as 4.2%. This is a four-week operations log of letting Antigravity's Background Agent track, upload, and verify 1,847 missing dSYMs across six repositories — including App Store Connect dSYM polling and AdMob revenue reconciliation.

Integrations/2026-05-28Intermediate

Five Weeks Letting Antigravity's Background Agent Refresh App Store Screenshots Across Four Apps

An operations log from running Antigravity Background Agent for five weeks to keep the App Store screenshots for four wallpaper apps in sync across eight locales — including the boundaries I kept, the recurring failure modes, and what I learned about where automation should stop.

Agents/2026-05-27Advanced

Orchestrating Six iOS App Updates in Parallel with Antigravity's Main and Sub Agents

Running six iOS app updates in parallel — new resolutions, Firebase SPM migration, StoreKit 2, and ATT ordering — with Antigravity's Main + 6 Sub agents. The notes on what to parallelize and what to keep serial.

App Dev/2026-05-26Intermediate

Unifying In-App Review Prompts Across 5 Apps with Antigravity Editor — A Few Days of Notes

Notes from a few days spent unifying SKStoreReviewController trigger conditions across five iOS wallpaper apps I run as an indie developer, using Antigravity Editor's multi-file editing to bring the logic onto one shared coordinator.

Agents/2026-05-26Advanced

Splitting Pre-release QA Across Four Antigravity Subagents — A Design Note from a Solo Mobile Developer

A design note from a solo indie developer running six iOS / Android apps in parallel, sharing how Antigravity subagents are split into four parallel paths for pre-release QA. Covers the boundary decisions, prompt templates, termination rules, and merge logic with concrete examples.

App Dev/2026-05-25Intermediate

One Month Splitting Antigravity's Inline Edit and Agent Mode Across Four Wallpaper Apps

A month of notes from running Antigravity's Inline Edit and Agent Mode across four production wallpaper apps — with real counts, the decision rule I wrote into AGENTS.md, a one-pass dSYM fix, and how credit cost factors in.