get_platform_compatibility
Check Apple API availability across platforms and OS versions to plan app requirements and find platform-specific alternatives.
Instructions
Check API availability across Apple platforms and OS versions. Shows minimum deployment targets, deprecations, and platform-specific features. Critical for cross-platform development. Use when: planning app requirements, checking API availability, finding platform alternatives.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiUrl | Yes | API URL to check compatibility. Example: "https://developer.apple.com/documentation/swiftui/list" | |
| compareMode | No | Check single API or entire framework. "framework" shows all APIs in the framework. Default: "single" | |
| includeRelated | No | Also check related APIs' compatibility. Useful for finding platform-specific alternatives. Default: false |