Mobile App Monitoring: Crashlytics, ANR, Performance

TRUETECH is engaged in the development, support and maintenance of iOS, Android, PWA mobile applications. We have extensive experience and expertise in publishing mobile applications in popular markets like Google Play, App Store, Amazon, AppGallery and others.

Development and support of all types of mobile applications:

Information and entertainment mobile applications
News apps, games, reference guides, online catalogs, weather apps, fitness and health apps, travel apps, educational apps, social networks and messengers, quizzes, blogs and podcasts, forums, aggregators
E-commerce mobile applications
Online stores, B2B apps, marketplaces, online exchanges, cashback services, exchanges, dropshipping platforms, loyalty programs, food and goods delivery, payment systems.
Business process management mobile applications
CRM systems, ERP systems, project management, sales team tools, financial management, production management, logistics and delivery management, HR management, data monitoring systems
Electronic services mobile applications
Classified ads platforms, online schools, online cinemas, electronic service platforms, cashback platforms, video hosting, thematic portals, online booking and scheduling platforms, online trading platforms

These are just some of the types of mobile applications we work with, and each of them may have its own specific features and functionality, tailored to the specific needs and goals of the client.

Showing 1 of 1All 1734 services
Mobile App Monitoring: Crashlytics, ANR, Performance
Simple
ongoing
Frequently Asked Questions

Our competencies:

Development stages

Latest works

  • image_mobile-applications_feedme_467_0.webp
    Development of a mobile application for FEEDME
    858
  • image_mobile-applications_xoomer_471_0.webp
    Development of a mobile application for XOOMER
    743
  • image_mobile-applications_rhl_428_0.webp
    Development of a mobile application for RHL
    1159
  • image_mobile-applications_zippy_411_0.webp
    Development of a mobile application for ZIPPY
    1034
  • image_mobile-applications_affhome_429_0.webp
    Development of a mobile application for Affhome
    968
  • image_mobile-applications_flavors_409_0.webp
    Development of a mobile application for the FLAVORS company
    562

Mobile App Monitoring: Crashlytics, ANR, Performance

In production, every minute of downtime means lost users and revenue. A crash-free rate of 99.2% sounds decent until you calculate: with 100,000 DAU, that's 800 crashes per day. Without monitoring tools, the team learns about issues from App Store reviews — hours later, when hundreds of users have already encountered the error. We solve this: we set up a full monitoring cycle — from Crashlytics integration to Telegram alerts. Our experience: 5+ years in mobile development, we've delivered 50+ releases with guaranteed stability. Contact us for a free audit of your app's current state.

Why mobile app monitoring is essential

Every percentage point drop in crash-free rate costs tens of thousands of dollars in lost revenue due to user churn and reduced store ratings. The investment in monitoring pays off in 2-3 months. According to Google, an app with an ANR rate above 0.47% loses up to 20% of users. By configuring alerts, you reduce crash response time from 4 hours to 10 minutes — this preserves revenue and reputation.

Saving from monitoring implementation can reach 30% of the support budget, and the average cost of an incident is tens of thousands of dollars. Timely alert setup allows quick problem localization and loss minimization. Order a stability audit and get recommendations.

Which metrics are critical in production? — mobile app monitoring

Crashes and errors

The main tool is Firebase Crashlytics. It automatically intercepts fatal and non-fatal exceptions, groups them by stack trace, and shows affected users and sessions. Key metrics for daily monitoring:

  • Crash-free users (not sessions) — the real picture by users
  • Velocity alerts — Crashlytics can send a notification when a new crash affects N% of sessions per hour
  • Regression tracking — a crash was fixed, but reappears in a new version

For NDK/C++ components, you need to separately configure nativeSymbolUploadEnabled = true and upload .so symbols via Crashlytics CLI.

ANR and hangs (Android)

Google Play Console → Android Vitals → ANR rate. Google's threshold — 0.47% ANR-rate; above that, the app is marked as problematic and is demoted in search. ANR on the main thread usually means blocking IO or a synchronous database query in onCreate.

StrictMode in debug builds helps catch such issues before production:

if (BuildConfig.DEBUG) {
    StrictMode.setThreadPolicy(
        StrictMode.ThreadPolicy.Builder()
            .detectDiskReads()
            .detectNetwork()
            .penaltyLog()
            .build()
    )
}

Performance (iOS MetricKit)

MetricKit since iOS 14 delivers aggregated diagnostic data: hang rate, crash rate, disk writes, launch time. Data arrives once a day in didReceive(_ payloads: [MXMetricPayload]). For launch time monitoring, it is critical to track applicationLaunchMetrics.histogrammedTimeToFirstDraw — a degradation of 200ms already impacts retention. More details in Apple documentation (Developer Documentation).

Non-standard events

Firebase Crashlytics allows logging non-fatal errors manually — important for business-critical flows:

// iOS: log payment error as non-fatal
Crashlytics.crashlytics().record(error: paymentError)
Crashlytics.crashlytics().log("Payment failed at step: \(step)")
// Android
FirebaseCrashlytics.getInstance().recordException(exception)
FirebaseCrashlytics.getInstance().log("Checkout step: $step")

This way, "soft" errors appear in Crashlytics — the user didn't see a crash, but the transaction failed.

How to set up alerts for quick response

We set up notifications in Slack or Telegram via Crashlytics webhooks or Firebase Extensions. Minimum set of alerts:

Event Threshold Channel
New crash in release build Any #crashes-mobile
Crash-free rate dropped < 99.5% per hour #incidents
ANR rate (Android) > 0.3% #android-ops
Velocity alert > 0.1% sessions in 30 min #incidents (pager)

Alerting via Slack is 3 times faster than reacting to store reviews — you learn about a problem within a minute.

What's included in a turnkey monitoring setup

As part of the service, we provide:

  • Crashlytics integration and velocity alerts configuration
  • Connecting alerts to Slack/Telegram
  • Android Vitals and MetricKit setup
  • Documentation on metrics and incident response
  • Team training: how to read reports and troubleshoot crashes
  • Access to monitoring tools

We guarantee stable operation: after setup, you achieve crash-free rate of no less than 99.9% at the target level.

Metric Target value
Crash-free users ≥ 99.5%
ANR rate (Android) < 0.3%
Launch time (iOS) < 2 sec

Checklist: what to check before monitoring setup

  • Ensure the project has the latest Crashlytics SDK.
  • Check that ProGuard/R8 is configured for Android — to avoid stripping logs.
  • For iOS: configure Bitcode and crash symbolication.
  • Define the list of business-critical flows for non-fatal logging.
  • Agree on notification channels (Slack/Telegram) and responsible persons.

Work process

  1. Analytics — examine current tools and code for logging
  2. Design — define key metrics and thresholds
  3. Implementation — integrate SDK, configure non-fatal logging
  4. Testing — simulate crashes and verify alerts
  5. Deployment — roll out to staging, then production

Timeline estimates

Initial full monitoring setup — 1 to 3 days depending on project complexity. Ongoing monitoring and weekly reports — discussed individually. Contact us to evaluate your project — we will prepare an accurate estimate and timeline.

Case study: One of our clients experienced a crash-free rate drop to 99.0% after a new release. Thanks to velocity alerts, we noticed the problem within 10 minutes and identified the cause in an hour — a memory leak in UICollectionView. Users didn't even have time to leave negative reviews.

Get a consultation — we will analyze your app's current state for free and propose a monitoring plan. Order a stability audit now.

What Does Mobile App Support Really Cover?

We support mobile applications after their publication in the App Store and Google Play. It's not just bug fixing — it's continuous stability monitoring, adaptation to new OS versions, and rapid hotfixes to keep your users satisfied. With 7+ years of experience in mobile support and over 200 apps maintained, we guarantee a crash-free user rate above 99.5% for most projects.

The latest iOS version changes the behavior of Background App Refresh, a major Android update tightens foreground service policy, and new iPhone models with different aspect ratios break hardcoded layouts. All this requires a response without a full development cycle. Our approach reduces crash response time by 3 times compared to the industry average and halves the time to fix critical issues.

Crash Monitoring in Production

Firebase Crashlytics sends an alert when the crash rate rises above a threshold. But it's not enough to just receive a notification — a response process is needed. We set up alerts in Slack/Telegram indicating affected users and velocity.

The metric we look at first: crash-free users rate. Below 99.5% — a warning signal. Below 99% — an incident. Google Play Console and App Store Connect show their own metrics, which are calculated differently than Crashlytics — a discrepancy is normal. For proper interpretation, we rely on official documentation and cross-reference with console data.

Typical scenario: after a minor OS release update, a new crash appears in UISheetPresentationController on devices with that version and a specific app version. Crashlytics shows 0.3% affected users but growing velocity. Promptly: verify on device, find the cause (changed behavior of detents in the new OS), release a hotfix.

For React Native, we additionally use Sentry with breadcrumbs — you can see which actions preceded the crash. For Flutter — sentry_flutter with WidgetsFlutterBinding.ensureInitialized() and runZonedGuarded.

How to Respond Quickly to a Crash Rate Increase?

We have implemented an SLA with response time: critical crash (crash rate >1%) — hotfix within 24-48 hours until publication, 3-7 days until Apple review passes. Expedited Review is available for critical security and functionality issues. For Android — expedited review via Google Play Console. We have a 98% success rate for getting expedited reviews approved.

Hotfixes: What Can Be Done Without Store Publication

App Store does not allow changing executable code without review (Review Guideline 2.5.2). But there are legal mechanisms for rapid intervention.

Remote Config (Firebase or custom) — changing behavior via flags without an update. Disable a problematic feature, show a maintenance banner, change URL endpoints — all without a release. Critical for monetization experiments and quick rollbacks.

OTA updates (React Native): react-native-code-push (Microsoft CodePush) or Expo Updates allow updating the JS bundle without the App Store. Limitation: only JS code, native modules require a full update. Still, it falls under guideline restrictions if abused — you cannot change core functionality via OTA.

Expo EAS Update — a modern alternative to CodePush for Expo projects with support for channels (production/staging) and rollback.

Why Do We Test Against Every Major OS Version?

Apple announces iOS beta in June (WWDC), final release in September. That gives three months for testing. In practice, many teams start in August and get surprises on release day. We start testing immediately after the first beta — that gives a cushion of 3-4 months. Our clients avoid 90% of OS-related crashes this way.

Critical areas to check with each major OS update:

Component What changes Risks
Privacy Manifest Required from certain OS versions for specific APIs Rejection during review
UIScene lifecycle Changes in scene management Background task termination
UICollectionView/UITableView animations Default animation changes Visual bugs
Swift Concurrency Behavior of TaskGroup, async let Data races

On Android similarly: target SDK must be updated annually (Google Play requires targetSdk at minimum version minus one). Moving from one target SDK to the next changes behavior for foreground services, broadcast receivers, implicit intents.

Technical Debt and Planning

Support is not only about reacting to bugs. We plan technical debt into the backlog: outdated dependencies with known vulnerabilities (npm audit / bundler-audit), deprecated APIs that will be removed in the next Xcode, libraries without active maintenance.

Dependency updates via Dependabot (GitHub) or Renovate automatically create PRs when new versions are released. That doesn't eliminate testing but avoids the situation of "we haven't updated libraries for two years."

Minimum supported OS version — we review annually. Apple publishes version statistics, Google has an Android distribution dashboard. Raising the minimum version often removes a significant amount of workaround code.

Deliverables and Timeline

Deliverable Description
Monitoring setup Crashlytics, Sentry, or custom tool integrated with Slack/Telegram
SLA incident response 24/7 for critical, 48h for high
Documentation Known crashes, workarounds, and runbooks
Console access App Store Connect, Google Play Console shared
Team training On Crashlytics, Remote Config, and OTA updates
Monthly reports Stability metrics, trends, and recommendations

Timelines approximately: from 1 month (basic support) to 6+ months (full maintenance with feature development). Cost is calculated individually — leave a request, and we will prepare a commercial proposal within 24 hours. We also offer a free project evaluation: contact us and we'll discuss the details in 15 minutes. Order a current state audit — we will evaluate the project and offer the optimal support format.