Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

apple-app-review-skills

apple-app-review-skills에는 cruisediary에서 수집한 skills 32개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
32
Stars
12
업데이트
2026-05-02
Forks
1
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

apple-app-review-skills
소프트웨어 품질 보증 분석가·테스터

App Store rejection prevention for iOS/macOS apps. Covers privacy, UGC, IAP, metadata, layout, and quality checks based on real Apple rejection cases.

2026-05-02
ai-data-disclosure
정보 보안 분석가

Detects apps that send user data to third-party AI systems without explicit in-app consent and disclosure, enforcing Guideline 5.1.2(i).

2026-05-01
background-execution-audit
소프트웨어 품질 보증 분석가·테스터

Detects apps that abuse iOS background execution modes — particularly silent audio used to keep the app alive, location background mode used for non-navigation purposes, and background task implementations that do excessive work — enforcing Guideline 2.5.4.

2026-05-01
push-notification-audit
소프트웨어 품질 보증 분석가·테스터

Detects push notification implementations that violate Guideline 4.5.4 — including requesting push permission at launch, using push for unsolicited marketing, and broken notification handling.

2026-05-01
metadata-accuracy
소프트웨어 품질 보증 분석가·테스터

Detects mismatches between features claimed in App Store metadata and features actually implemented in the codebase, enforcing Guideline 2.3.1 which prohibits misleading app descriptions.

2026-05-01
account-deletion-check
소프트웨어 품질 보증 분석가·테스터

Detects missing or insufficient in-app account deletion functionality required since June 30, 2022 under Guideline 5.1.1(v) for all apps that support account creation.

2026-05-01
iap-compliance
소프트웨어 품질 보증 분석가·테스터

Detects external payment processors and WebView payment flows used for digital goods and verifies StoreKit integration, enforcing Guideline 3.1.1's requirement to use Apple IAP for all digital content purchases.

2026-05-01
dynamic-type-support
소프트웨어 품질 보증 분석가·테스터

Detects fixed font sizes, fixed-height text containers, and Dynamic Type suppression patterns that prevent text from scaling with the user's preferred reading size, violating Apple's HIG Typography guidelines.

2026-05-01
ipad-layout-audit
소프트웨어 개발자

Detects hardcoded iPhone-sized widths, missing iPad orientation keys, and absent size-class adaptation that cause layout failures on iPad reviewers' devices under guidelines 2.1 and 2.4.1.

2026-05-01
age-rating-accuracy
소프트웨어 품질 보증 분석가·테스터

Detects feature patterns that require a higher age rating than commonly submitted, enforcing Guideline 2.3.6 which requires age ratings to accurately reflect the app's content and social features.

2026-05-01
screenshot-guidelines
소프트웨어 품질 보증 분석가·테스터

Detects screenshot submission issues including launch-screen-only assets and cross-platform UI references, enforcing Guideline 2.3.3 which requires screenshots to show the app in actual use.

2026-05-01
privacy-policy-check
소프트웨어 품질 보증 분석가·테스터

Detects missing, broken, or placeholder privacy policy links in-app, enforcing Guideline 5.1.1(i) which requires a functional, accessible privacy policy within the app itself.

2026-05-01
app-name-compliance
정보 보안 분석가

Detects app name violations including names exceeding 30 characters, beta labels, Apple trademark terms, and version numbers in the display name, enforcing Guideline 2.3.7.

2026-04-02
content-moderation-api
정보 보안 분석가

Detects absence of a content moderation service integration for apps that accept user-uploaded media or posts, enforcing Guideline 1.2's requirement for timely response to content reports.

2026-04-02
ugc-safety-features
정보 보안 분석가

Detects missing report, block, filter, and contact information mechanisms required for all apps with user-generated content under Guideline 1.2.

2026-04-02
permission-scope-audit
소프트웨어 품질 보증 분석가·테스터

Detects over-broad permission requests where a narrower permission or privacy-preserving alternative API is sufficient, violating Guideline 5.1.1(iii) data minimization requirements.

2026-04-02
request-timing-audit
소프트웨어 품질 보증 분석가·테스터

Detects permission requests triggered at app launch or before meaningful user interaction, which violates Guideline 5.1.1(ii) requiring permissions to be requested only at the moment of need with contextual explanation.

2026-04-02
usage-description-audit
소프트웨어 품질 보증 분석가·테스터

Detects missing or insufficiently descriptive NS*UsageDescription keys in Info.plist that cause guaranteed App Store rejection under Guideline 5.1.1(ii).

2026-04-02
orientation-support
소프트웨어 품질 보증 분석가·테스터

Detects missing iPad orientation keys, portrait-only orientation locks, and forced-rotation patterns that cause layout failures when an iPad reviewer rotates their device, violating guideline 2.4.1.

2026-04-02
safe-area-compliance
소프트웨어 품질 보증 분석가·테스터

Detects unsafe safe-area overrides and hardcoded inset values that hide content behind the Dynamic Island, notch, or home indicator, violating Apple's Human Interface Guidelines for adaptive layout.

2026-04-02
loot-box-disclosure
정보 보안 분석가

Detects loot box, gacha, and randomized reward purchase mechanics that lack odds disclosure before purchase, enforcing Guideline 3.1.1's requirement to disclose item drop rates.

2026-04-02
sign-in-with-apple
소프트웨어 품질 보증 분석가·테스터

Detects apps that offer third-party social login without offering Sign in with Apple, violating Guideline 4.8 which requires Sign in with Apple wherever third-party authentication is used.

2026-04-02
subscription-disclosure
컴플라이언스 담당자

Detects missing or obscured subscription disclosure elements on paywall screens, enforcing Guideline 3.1.2(c) requirements for auto-renewal terms, trial end dates, and actual price.

2026-04-02
app-completeness-check
소프트웨어 품질 보증 분석가·테스터

Detects placeholder content, stub UI, hardcoded test credentials, and non-production endpoints that signal an incomplete app to reviewers under Guideline 2.1.

2026-04-01
crash-risk-audit
소프트웨어 품질 보증 분석가·테스터

Detects force unwraps, force casts, force try, and other crash-prone Swift patterns that can cause unrecoverable crashes during App Store review, violating Guideline 2.1.

2026-04-01
private-api-audit
소프트웨어 품질 보증 분석가·테스터

Detects usage of private Apple APIs, undocumented frameworks, and runtime introspection patterns that bypass the public SDK, enforcing Guideline 2.5.1. Private API usage causes automated binary rejection at upload.

2026-04-01
review-readiness-check
소프트웨어 품질 보증 분석가·테스터

Detects review-blocking configuration issues including sub-1.0 version numbers, beta in app name, staging endpoints, and missing demo credentials that prevent reviewers from evaluating the app, violating Guidelines 2.1 and 2.3.

2026-04-01
review-request-audit
소프트웨어 품질 보증 분석가·테스터

Detects improper use of SKStoreReviewController.requestReview() that violates Guideline 5.6.1 — including prompts triggered by button taps, excessive frequency, or satisfaction gating.

2026-04-01
sdk-version-check
소프트웨어 품질 보증 분석가·테스터

Detects apps built with outdated Xcode SDKs or deprecated iOS deployment targets, enforcing Guideline 2.5.10 which requires apps to be built with the current SDK from Xcode.

2026-04-01
att-framework-audit
정보 보안 분석가

Detects analytics or tracking SDKs present without the required App Tracking Transparency prompt, enforcing Guideline 5.1.2(i) which requires user consent before any cross-app or cross-site tracking.

2026-04-01
data-minimization-audit
정보 보안 분석가

Detects data collection patterns that exceed what is necessary for the app's stated functionality, enforcing Guideline 5.1.1(iii) data minimization requirements.

2026-04-01
privacy-manifest-check
소프트웨어 품질 보증 분석가·테스터

Detects missing or incomplete PrivacyInfo.xcprivacy privacy manifest files, enforcing Guideline 5.1 and Apple's required-reason API declaration policy enforced from May 1, 2024.

2026-04-01