iOS
iOS is Apple's mobile operating system and the developer platform behind iPhone apps. While the bulk of the iOS SDK is delivered as Swift / Objective-C client frameworks (UIKit, SwiftUI, MapKit, HealthKit, HomeKit, SiriKit, StoreKit, AppIntents, PassKit, WidgetKit, ActivityKit), Apple also exposes a substantial set of server-side HTTPS APIs that iOS developers, publishers, and back-end systems consume directly. This repository indexes that server-side surface — App Store Connect API, App Store Server API, App Store Server Notifications, Apple Push Notification service (APNs), DeviceCheck / App Attest, Sign in with Apple, Apple Music API, the Wallet / PassKit Web Service contract, and related developer infrastructure — and points to the matching OpenAPI artifacts where Apple publishes them.
APIs
App Store Connect API
"This standards-based REST API lets you automate tasks across developer tools, such as App Store Connect, Xcode, and Certificates, Identifiers & Profiles, to give you greater fl...
App Store Server API
The App Store Server API is the server-to-server REST API for managing App Store transactions — looking up transaction history, fetching all subscription statuses for a customer...
App Store Server Notifications
App Store Server Notifications v2 is Apple's webhook surface for in-app purchase and subscription lifecycle events — SUBSCRIBED, DID_RENEW, EXPIRED, REFUND, GRACE_PERIOD_EXPIRED...
Apple Push Notification Service (APNs)
The Apple Push Notification service (APNs) is the HTTP/2 + JSON push delivery surface for sending remote notifications, background updates, VoIP pushes, and Live Activity update...
DeviceCheck and App Attest
DeviceCheck allows servers to set and query two bits of per-device state and to verify that a request is coming from a genuine Apple device. App Attest, exposed through the same...
Sign in with Apple REST API
Sign in with Apple is Apple's OpenID Connect-style identity provider for iOS, web, and other Apple-platform apps. The REST surface, hosted at appleid.apple.com, exposes /auth/to...
Apple Music API
The Apple Music API is Apple's REST surface for Apple Music catalog, library, ratings, playlists, recommendations, and search. Calls are authenticated with a developer token (JW...
Wallet / PassKit Web Service
The PassKit Web Service is a server-side HTTP contract that Wallet pass providers must implement so that Apple Wallet can register devices, enumerate pass serial numbers, fetch ...
Collections
Arazzo Workflows
iOS Create an App Store Version
Create a new App Store version, add its primary localization, and attach a build.
ARAZZOiOS Create a TestFlight Beta Group and Assign a Build
Create a TestFlight beta group for an app, find a build by version, and make that build available to the group.
ARAZZOiOS Create and Submit an In-App Purchase
Create an in-app purchase, add its localized display name, and submit it for review.
ARAZZOiOS Create a Signing Certificate
Submit a certificate signing request, then read the issued certificate back for download.
ARAZZOiOS Create an Auto-Renewable Subscription
Create a subscription group, add a subscription to it, and localize the subscription.
ARAZZOiOS Enable a Capability on a Bundle ID
Create a bundle identifier and enable a capability such as Push Notifications or iCloud on it.
ARAZZOiOS Invite a TestFlight Beta Tester
Create a beta tester, add them to a beta group, and send an App Store Connect invitation.
ARAZZOiOS Notify TestFlight Testers of a New Build
Find a build, push a TestFlight notification to its testers, and confirm the build's beta state.
ARAZZOiOS Register a Provisioning Profile
Register a test device, create a bundle identifier, and generate a provisioning profile that ties them together.
ARAZZOiOS Respond to a Customer Review
Find the most recent low-rated review for an app and post a developer response to it.
ARAZZOiOS Submit a Build for TestFlight Beta Review
Find a build, add localized "What to Test" notes, and submit it for external beta review.
ARAZZOiOS Submit an App Store Version for Review
Open a review submission, add the App Store version as an item, and submit it to App Review.
ARAZZOPricing Plans
Rate Limits
FinOps
Ios Finops
FINOPSEvent Specifications
App Store Server Notifications V2
App Store Server Notifications V2 is Apple's webhook surface for in-app purchase and subscription lifecycle events. Apple POSTs a JWS-signed payload to the production and sandbo...
ASYNCAPI