App Store
Apps, versions, screenshots, pricing, App Clips, and events.
Bagbutik
Generated Swift code for the App Store Connect API, with a small handwritten core for authenticated requests and responses.
Add Bagbutik to your Swift Package Manager dependencies, then select only the API product your app needs.
dependencies: [
.package(url: "https://github.com/MortenGregersen/Bagbutik", from: "24.0.0"),
]
.target(
name: "Awesome",
dependencies: [
.product(name: "BagbutikProvisioning", package: "Bagbutik"),
]
)
The source package is split into focused products. Each one brings the core and generated models it needs.
Apps, versions, screenshots, pricing, App Clips, and events.
Leaderboards, achievements, challenges, and players.
Alternative marketplace keys, packages, and search.
Bundle IDs, certificates, devices, and provisioning profiles.
Beta testers, groups, builds, and feedback.
Sales, finance, performance, logs, and signatures.
Team members and invitations to App Store Connect.
Notifications and delivery management for your apps.
Workflows, builds, and continuous delivery data.
Bagbutik decodes Apple’s App Store Connect specification and applies the official API documentation to the generated Swift source, so endpoint documentation remains available in Xcode.