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.
Setup
Create or link a native iOS app. The SDK embeds the SDUI runtime that renders your screens.
bash
$ birdify native create ShopApp
✓ SDK wired · linked ShopApp (SwiftUI)What ships
- 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.