Native iOS
Write plain SwiftUI. Birdify renders it from a Server-Driven-UI bundle, so you ship UI and logic changes without a store release. This runtime is in development — the page below describes the design, not a shipping integration.
Planned setup
Once native iOS opens up, creating or linking an app will look like this — the SDK embeds the SDUI runtime that renders your screens. The command is not available yet; track progress on the roadmap.
bash
$ birdify native create ShopApp
✓ SDK wired · linked ShopApp (SwiftUI)What ships over the air
- A Server-Driven-UI description of your SwiftUI screens, rendered as real native views.
- View logic and flow, evaluated in a sandbox — never downloaded machine code.
- Copy, layout, theming, and feature-flag changes without resubmitting.
What still needs the store
Anything that requires a new native capability — added frameworks, entitlements, permissions, or system APIs your build doesn't already link. The SDUI layer covers UI and logic on top of what the shipped binary can already do.