Capture iOS Logs, Crashes and Bugs

Start building better iOS apps today. With Bugfender iOS Remote Logging, Crash Reporting and User Feedback, you can quickly pinpoint and reproduce any issue happening on iOS devices

Integrate Bugfender iOS in minutes

First, you need to install our SDK via Cocoapods, Swift Pacakage Manager or Carthage. If you are using Cocoapods, add Bugfender to your Podfile:


pod 'BugfenderSDK', '~> 2.0'
                

Once you have installed the SDK, initialize our library in application:didFinishLaunchingWithOptions and you can start getting logs and crashes.


@_exported import BugfenderSDK

@main
struct YourAppNameApp: App {

    @UIApplicationDelegateAdaptor(AppDelegate.self) var appDelegate

    var body: some Scene {
        WindowGroup {
            ContentView()
        }
    }
}

class AppDelegate: NSObject, UIApplicationDelegate {
    func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool {
        Bugfender.activateLogger("<BUGFENDER_APP_KEY>")
        Bugfender.enableCrashReporting() // log crashes automatically
        Bugfender.enableNSLogLogging()   // capture logs printed to console automatically
        Bugfender.enableUIEventLogging() // log user interactions automatically
        
        return true
    }
}
                

Never miss a bit

Track Your Logs and Crashes Remotely

iOS Remote Logging

Our iOS real-time remote logging technology brings your Swift Logs or NSLog application logs right to you. Get all the logs and traces of your final users and easily explore them with our web log console, even if there’s no crash.

remote logging

iOS Crash Reporting With Context

Our iOS crash reporting is designed to ensure you never miss a critical issue, even when your app crashes or is offline. Our tool automatically captures detailed crash reports, stack traces and logs, giving you the insights you need to quickly identify and resolve issues that affect your iOS app.

error monitoring

iOS Bug Reporting

Empower your users to easily report issues directly from within your iOS app. By capturing detailed user feedback and contextual data, you can quickly diagnose and resolve bugs, enhancing the overall user experience.

user feedback

Secure & Production Ready

Bugfender is built with security and scalability at its core, making it the ideal choice for both development and production environments. We ensure that your app’s data is handled with the highest level of security, while also being robust enough to support the demands of live, production-grade applications.

remote logging

Monitoring With Bugfender

Secure by Design:
Your Customer's Data is Yours

iso

ISO 27001

gdpr

GDPR

encryption

Encryption