iOS Crash Reporter Service / Alternative to MacDev

2020-06-04 05:00发布

I'm looking for a iOS crash reporter web service. I know MacDevCrashReports but they currently do not accept new sign ups.

I know there is a open source crash reporter framework on GitHub, but I don't want to put that stuff on a server, configure it and so on. A nice web service would be much nicer.

Thanks,

Patrick

9条回答
一夜七次
2楼-- · 2020-06-04 05:48

If you're distributing through the App Store, you should get crash reports in iTunes Connect.

查看更多
倾城 Initia
3楼-- · 2020-06-04 05:48

For tracking crashes, I really like Appsee for iOS (although also great for Android apps). It gives detailed crash reports, and also session recordings that let you visually monitor all crashes within your app.

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
    Appsee.start() 
    return true
}
查看更多
我想做一个坏孩纸
4楼-- · 2020-06-04 05:51

There is a new service called BugSense . Give it a shot!

查看更多
登录 后发表回答