wangjianqi/AppStore

从零开始开发并上架 iOS App 到 App Store 的完整教程 | 176章+12附录 | AI驱动开发 | SwiftUI | 国内开发者专属指南

10Stars on the repository
24Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

ui-framework

01

wangjianqi/AppStore

Skill Claude CodeCodex

A set of rules for building iOS interfaces with UIKit, Apple's interface framework. It defines choices for layout, navigation, colors, fonts, dark mode, keyboard handling, and related views.

10 3mo ago A 36 tokens original MIT

avfoundation-camera

02

wangjianqi/AppStore

Skill Claude CodeCodex

A guide to using Apple’s AVFoundation framework for camera features in iOS apps. It covers camera sessions, permissions, and required app configuration.

10 3mo ago A 34 tokens original MIT

coreml-vision

03

wangjianqi/AppStore

Skill Claude CodeCodex

A guide for using Core ML and Vision, Apple frameworks for running machine-learning models and analysing images on Apple devices. It covers model loading, image recognition, object detection, face detection, model conversion, and inference performance.

10 3mo ago A 42 tokens original MIT

appstore-compliance

04

wangjianqi/AppStore

Skill Claude CodeCodex

An iOS App Store compliance guide covering subscriptions, in-app purchases, permissions, privacy data, user guidance, and review preparation. It includes StoreKit 2, Apple’s modern purchase framework, and App Tracking Transparency.

10 3mo ago A 39 tokens original MIT

llm-api-integration

05

wangjianqi/AppStore

Skill Claude CodeCodex

A guide for connecting an iOS app to large-language-model APIs, which are online services that generate or analyze text. It covers normal replies, streaming replies through SSE, token usage, errors, and API-key storage.

10 3mo ago A 54 tokens original MIT

wangjianqi/AppStore

Skill Claude CodeCodex

An iOS project-structure guide that groups code by app feature, shared infrastructure, and reusable design components. Each feature keeps its screens, view models, services, and views together.

10 3mo ago A 38 tokens original MIT

network-api

07

wangjianqi/AppStore

Skill Claude CodeCodex

Network and API guidance for Swift applications, covering HTTP requests, backend interfaces, URL sessions, data parsing, token refresh, retries, and AI API integration.

10 3mo ago A 37 tokens original MIT

localization

08

wangjianqi/AppStore

Skill Claude CodeCodex

A guide to adding multiple languages to an iOS app, including translated text, language switching, and different word forms such as singular and plural. It uses Apple’s localization files, including Localizable.strings and strings dictionaries.

10 3mo ago A 32 tokens original MIT

wangjianqi/AppStore

Skill Claude CodeCodex

An iOS subscription and paywall guide built around StoreKit 2, Apple’s framework for in-app purchases. It covers subscription products, checking paid access, optional server verification, and a reusable subscription manager.

10 3mo ago A 38 tokens original MIT

wangjianqi/AppStore

Skill Claude CodeCodex

A Chinese-language catalogue of community Claude Code skills for iOS development and related backend work. Claude Code skills are reusable instructions that help an AI coding assistant handle particular development tasks.

10 3mo ago C 62 tokens original MIT

backend-server

11

wangjianqi/AppStore

Skill Claude CodeCodex

A guide for building backend services, the server-side code and data systems that support an app. It covers APIs, databases, authentication, deployment, and services such as Supabase, Cloudflare Workers, Vapor, and Firebase.

10 3mo ago A 58 tokens original MIT

data-persistence

12

wangjianqi/AppStore

Skill Claude CodeCodex

A set of Swift guidelines for storing app data, including preferences, credentials, files, caches, and structured records.

10 3mo ago A 40 tokens original MIT

push-notification

13

wangjianqi/AppStore

Skill Claude CodeCodex

An iOS guide for push notifications and background work using Apple services such as APNs. It covers permission requests, device-token management, silent and rich notifications, notification extensions, background refresh, and downloads.

10 3mo ago A 36 tokens original MIT

testing

14

wangjianqi/AppStore

Skill Claude CodeCodex

An iOS testing guide covering unit tests, UI tests, XCTest, test doubles such as mocks and stubs, snapshot tests, asynchronous tests, coverage, and TDD. TDD means writing a failing test before implementing the code that should pass it.

10 3mo ago A 34 tokens original MIT

performance-debug

15

wangjianqi/AppStore

Skill Claude CodeCodex

A guide to finding and fixing performance problems in iOS apps, including slow startup, memory leaks, large app downloads, interface pauses, and battery use. It covers Apple’s Instruments profiling tool and performance measurements.

10 3mo ago A 40 tokens original MIT

wangjianqi/AppStore

Skill Claude CodeCodex

A guide to building iOS home-screen and lock-screen widgets, Live Activities, and Dynamic Island interfaces. Widgets are small app surfaces that run separately, while Live Activities show changing information during an ongoing event.

10 3mo ago A 36 tokens original MIT

multimedia

17

wangjianqi/AppStore

Skill Claude CodeCodex

An iOS multimedia guide for recording and playing audio, editing video, and working with photos. It covers Apple frameworks such as AVFoundation and Photos.

10 3mo ago A 43 tokens original MIT

location-maps

18

wangjianqi/AppStore

Skill Claude CodeCodex

A set of Swift guidelines for maps and location features, including Core Location, MapKit, geofencing, background location, and iBeacon.

10 3mo ago A 36 tokens original MIT

security-crypto

19

wangjianqi/AppStore

Skill Claude CodeCodex

A reference for protecting Apple-platform apps and data with encryption, secure storage, HTTPS, certificate checks, and app-attestation features. It covers Apple's CryptoKit and Keychain tools, among other security practices.

10 3mo ago A 43 tokens original MIT

swiftui-hybrid

20

wangjianqi/AppStore

Skill Claude CodeCodex

Guidance for combining SwiftUI with UIKit in an iOS application. SwiftUI is Apple's newer way to describe screens, while UIKit is the older framework used by many existing apps.

10 3mo ago A 47 tokens original MIT

logging-monitoring

21

wangjianqi/AppStore

Skill Claude CodeCodex

An iOS logging and monitoring guide using OSLog, Apple’s system for structured application logs, plus crash monitoring with Firebase Crashlytics. It defines log levels and categories for different app areas.

10 3mo ago A 43 tokens original MIT

wangjianqi/AppStore

Skill Claude CodeCodex

A guide to exposing iOS app actions to Siri, Spotlight, Shortcuts, widgets, and Apple Intelligence through Apple’s App Intents framework. It covers actions, parameters, searchable entities, and user-facing shortcut phrases.

10 3mo ago A 41 tokens original MIT

wangjianqi/AppStore

Skill Claude CodeCodex

A reference for using Chinese large-language-model services and handling related compliance topics. It covers APIs from providers such as Qwen, DeepSeek, Wenxin, GLM, and Moonshot, including OpenAI-compatible request formats.

10 3mo ago A 53 tokens copy · 80% MIT