CLAUDE LABJP
FORK — Claude Code 2.1.212 changes what /fork does: it copies your conversation into a new background session with its own row in claude agents, so you can keep working. The old in-session subagent is now /subtaskLIMITS — WebSearch calls are now capped at 200 per session by default, and subagent spawns get the same 200 ceiling, so a runaway search or delegation loop stops on its ownMCPBG — MCP tool calls running past two minutes now move to the background automatically, keeping the session usable. Tune the threshold with CLAUDE_CODE_MCP_AUTO_BACKGROUND_MSPLANFIX — Fixed plan mode auto-running file-modifying Bash commands such as touch and rm without a permission prompt or an SDK canUseTool callbackSONNET5 — Claude Sonnet 5 is running on introductory pricing of $2 per million input tokens and $10 per million output. After August 31 it moves to $3 and $15IPO — Bankers are reportedly lining up investor meetings for Anthropic ahead of a possible public listing as soon as OctoberFORK — Claude Code 2.1.212 changes what /fork does: it copies your conversation into a new background session with its own row in claude agents, so you can keep working. The old in-session subagent is now /subtaskLIMITS — WebSearch calls are now capped at 200 per session by default, and subagent spawns get the same 200 ceiling, so a runaway search or delegation loop stops on its ownMCPBG — MCP tool calls running past two minutes now move to the background automatically, keeping the session usable. Tune the threshold with CLAUDE_CODE_MCP_AUTO_BACKGROUND_MSPLANFIX — Fixed plan mode auto-running file-modifying Bash commands such as touch and rm without a permission prompt or an SDK canUseTool callbackSONNET5 — Claude Sonnet 5 is running on introductory pricing of $2 per million input tokens and $10 per million output. After August 31 it moves to $3 and $15IPO — Bankers are reportedly lining up investor meetings for Anthropic ahead of a possible public listing as soon as October
TAG

ios

38 articles
Back to all tags
Related:
Claude Code19claude-code8indie developer7App Store5indie-dev5Android5SwiftUI5Firebase4AdMob4Indie Development3Swift3Crashlytics3
API & SDK/2026-05-13Advanced

Design Decisions Every Indie Developer Faces When Integrating Claude API into Mobile Apps

A practical guide to the design decisions that indie mobile developers face when integrating Claude API — covering model selection, async UX patterns, context management, offline resilience, and cost control, drawn from 10+ years of personal app development experience.

Claude Code/2026-05-12Intermediate

Managing iOS Localizable.strings with Claude Code — A Solo Developer's Multilingual Workflow

How a solo developer managing multiple wallpaper apps used Claude Code to streamline iOS localization. From extracting missing keys to quality checks — a realistic workflow for one-person teams.

Claude Code/2026-05-06Intermediate

react-native-permissions vs Expo Permissions API — Claude Code

Should you use react-native-permissions or the Expo permissions API? This guide clarifies the decision criteria and shows practical iOS/Android implementation patterns using Claude Code, including common pitfalls and Privacy Manifest requirements.

Claude Code/2026-05-03Intermediate

Building an iOS/Android Auto-Deploy Pipeline from Scratch with Claude Code and Fastlane

Learn how to automate iOS and Android app releases by combining Claude Code with Fastlane. Covers Appfile design, certificate management, App Store Connect API integration, and real-world debugging workflows with working code examples.

API & SDK/2026-05-02Intermediate

Calling Claude API from iOS Shortcuts: A Personal Setup for Reshaping Selected Text on the Fly

A personal setup guide for invoking the Claude API directly from iOS Shortcuts. Reshape selected text in seconds with a Cloudflare Workers proxy that keeps your API key off the device.

Claude Code/2026-04-18Intermediate

Claude Code for Mobile App Development in 2026: A Practical SwiftUI & Kotlin Workflow

How to actually integrate Claude Code into iOS (SwiftUI) and Android (Kotlin) development. Real patterns from an indie developer maintaining multiple apps.

Claude Code/2026-04-15Advanced

Claude Code × SwiftUI × StoreKit 2 — Complete In-App Purchase & Subscription Implementation Guide

Master in-app purchases and subscriptions with Claude Code, SwiftUI, and StoreKit 2. From transaction handling and server-side validation to paywall UI design — production-quality code that passes App Store review.

API & SDK/2026-04-14Advanced

Claude API × Kotlin Multiplatform — Building Production AI Features for iOS and Android

Integrating Claude API with Kotlin Multiplatform (KMP) to ship production-quality AI assistant features on iOS and Android. Streaming, error handling, retry strategies, and testing — written from a personal app developer's production experience.

Claude Code/2026-04-12Advanced

Claude Code × Swift/iOS Production Guide — From Xcode Integration to App Store Launch

A practical guide to building production-quality iOS apps with Claude Code and Xcode. Covers CLAUDE.md design, SwiftUI implementation, Clean Architecture, automated testing, Fastlane CI/CD, and App Store submission.

Cowork/2026-04-11Intermediate

Automate App Store Connect with Claude in Chrome — Metadata, Reviews, and ASO Optimization

Learn how to use Claude in Chrome with App Store Connect to automate iOS app metadata updates, review replies, and ASO optimization. A practical guide for indie developers looking to cut down on store management overhead.

Claude Code/2026-04-08Advanced

iOS Test Automation with Claude Code — Where XCTest, Swift Testing, and XCUITest Each Belong

Build a solid iOS test suite with Claude Code. Cover XCTest, Swift Testing, and XCUITest, automate CI with Xcode Cloud, and reach 80%+ coverage with AI.

Claude Code/2026-04-07Advanced

Claude Code × Flutter: Complete App Development Guide — Accelerating Mobile Development with Dart and AI

A practical guide to using Claude Code for Flutter development. From auto-generating Dart code to state management, UI design, test automation, and App Store submission — a complete roadmap for indie developers.