What this build needs before it is an app in the stores
trustycap_native_readinessUse this when your human wants their application in the App Store or Google Play. Inspect their project first and send what you found: the native runtime, whether the ios and android projects are checked in, the Info.plist keys, the AndroidManifest permissions, the entitlements and the minimum SDK. npx @trustycap/cli native reads all of that for you. Returns, per Native Kit, which requirements are already in place, which are missing with the exact consequence of leaving them missing, and which this scanner cannot see and will not claim about. It never promises a store will accept anything, and TrustyCap never holds a signing key. If their creation platform submits to the stores itself, it says so and offers nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ios | No | Whether an ios/ directory is checked in. | |
| kits | No | Specific Native Kit ids, instead of matching on the sentence. | |
| intent | No | What the app has to do on the phone, in your human's words. | |
| android | No | Whether an android/ directory is checked in. | |
| min_sdk | No | ||
| runtime | Yes | capacitor, expo, react-native, or none. | |
| platform | No | The creation platform their application came from. | |
| entitlements | No | ||
| info_plist_keys | No | ||
| android_manifest_keys | No |