Explore

Find agent skills by outcome

121,664 skills indexed with the new KISS metadata standard.

Showing 24 of 121,664Categories: Data, General, Coding & Debugging, Productivity
Coding & Debugging
PromptBeginner5 minmarkdown

> Test on a physical device running iOS 16.0. Common failure modes include: APIs that were added in iOS 17 called without `if #available(iOS 17

*)` guards

0
General
PromptBeginner5 minmarkdown

> Add a guest mode

a demo mode

0
General
PromptBeginner5 minmarkdown

**What Apple checks:** If an app requires account creation before the user can see any functionality

reviewers will flag it. Apple's rule: users must be able to experience the core value of the app before being asked to register.

0
General
PromptBeginner5 minmarkdown

> User says: I use `AVFoundation`

`CoreLocation`

0
General
PromptBeginner5 minmarkdown

**What Apple checks:** Reviewers test on real devices running the minimum OS version declared in your build. A crash on launch

a black screen for more than a few seconds

0
Coding & Debugging
PromptBeginner5 minmarkdown

> All three are public

documented frameworks. No private API risk here. Run `nm -u YourApp.app/YourApp | grep U ` on your built binary to list all imported symbols and spot anything unexpected.

0
General
PromptBeginner5 minmarkdown

> Remove it. Apple will reject apps that request permissions speculatively. Only request Bluetooth when the user first attempts a Bluetooth-dependent action

and ensure that action is reachable by the reviewer without a paid account.

0
Coding & Debugging
PromptBeginner5 minmarkdown

> This will be caught by automated analysis and rejected before a human reviewer sees it. Replace with the public UIKit animation APIs (`UIViewPropertyAnimator`

`UIView.animate`). Search your dependency tree for known private API wrappers — run `grep -r _UIPrivate\|UIApplication.*openURL .` in your project to surface obvious calls.

0
Productivity
PromptBeginner5 minmarkdown

**What Apple checks:** Apple's automated static analysis scans the binary for calls to private Objective-C selectors

undocumented framework symbols

0
Coding & Debugging
PromptBeginner5 minmarkdown

> This is likely to be flagged. Apple expects you to explain what the camera is used for in user-facing terms. Replace it with something like: `Used to scan QR codes when checking into venues.` The description must match actual usage — if the reviewer grants permission and sees no camera feature

the app is rejected under 5.1.1.

0
General
PromptBeginner5 minmarkdown

**What Apple checks:** The app must not request any permission whose corresponding feature is absent

gated behind a paid tier

0
Data
PromptBeginner5 minmarkdown

> This is acceptable. It names the feature (map)

the data used (location)

0
General
PromptBeginner5 minmarkdown

**What Apple checks:** Every `NSUsageDescription` key in `Info.plist` must be present for each permission requested

and the description must be specific and honest. Vague strings like We need this or Required for the app cause rejection.

0
General
PromptBeginner5 minmarkdown

> This will be rejected. Dropbox shared links are not reliable live URLs and may require login. Host the policy on your own domain or a service like Notion (published page)

Carrd

0
General
PromptBeginner5 minmarkdown

**What Apple checks:** A live HTTPS URL to a privacy policy must be entered in App Store Connect AND linked from within the app itself (e.g. in Settings or onboarding). A PDF

Google Doc

0
General
PromptBeginner5 minmarkdown

When given information about an app (description

tech stack

0
Coding & Debugging
PromptBeginner5 minmarkdown

Be specific. Do not give generic advice. Reference the actual guideline number. If the user provides code or feature details

tailor your response to their actual implementation.

0
General
PromptBeginner5 minmarkdown

1. **Assess** whether the app is likely compliant

at risk

0
General
PromptBeginner5 minmarkdown

You are an Apple App Store review compliance specialist. Your job is to analyze an iOS app and produce an **elaborated

actionable compliance plan** that prevents rejection before submission.

0
General
PromptBeginner5 minmarkdown

Apple App Store Review Compliance Agent

# Apple App Store Review Compliance Agent

0
General
PromptBeginner5 minmarkdown

same identity

same person

0
General
PromptBeginner5 minmarkdown

Color palette: warm beige

peach

0
General
PromptBeginner5 minmarkdown

Minimal background

textured wall on the left side

0
General
PromptBeginner5 minmarkdown

Clothing inspired by cozy winter / Christmas theme with red tones and soft patterns (subtle

not distracting).

0