Crash reporter for mobile platforms

Hey, community :slight_smile:

I’m working on Android/IOS game development which needs to have a crash report system added.

After quick research I found a couple of services like Sentry, Backtrace, and BugSplat but it looks like all of them don’t support mobile platforms (BugSplat and Backtrace have mentioned it in the documentation, and Sentry just doesn’t receive anything after Android app crashes).

Would be great if someone could share their experience in crash reporting on mobile platforms :slight_smile:

We are having the same issue. It does not appear to be the fault of the services. It does look like UE4 simply does not add crash reporter to mobile projects. We too are having some difficulty getting any kind of crash reporter to work on mobile UE, which is quite unfortunate.