A BYOK app lives or dies on key handling. In Scowld, keys never leave the device except as an Authorization header to the provider you chose.
Rules I followed:
- Keychain only — never
UserDefaults, never bundled files. - Keys are not in the App Store binary.
- Nothing is logged or sent to analytics.
- The code is open source so the claim is auditable.
Write-up + code: https://github.com/apoorvdarshan/scowld
Top comments (0)