Device Info

App version, build number, device model, OS version, and runtime details.

Device Info surfaces everything you need when filing a bug report: bundle ID, version, build, device model, iOS version, locale, and screen dimensions.

Device Info panel

Custom info panels

Add your own read-only info sections for environment name, feature flags, or auth state.

DebugSwift.App.shared.customInfo = {
    [init(title: "Environment", infos: [
        init(title: "API", subtitle: "staging")
    ])]
}