ConnectivityCheckerPro

Unity’s default reachability often fails in real conditions.

A device may report “connected” while requests fail, downloads hang, or login flows break.


This leads to:

  • failed API calls
  • broken onboarding and login
  • wasted traffic on metered networks
  • poor user experience that is hard to debug

This plugin gives your app a reliable view of connectivity state using native platform signals on Android and iOS.

You can react to real network conditions without adding custom ping systems or background checks.


Use it when you need to:

  • handle captive portal cases before starting online flows
  • react to Wi-Fi and cellular changes
  • avoid heavy operations on metered connections
  • adapt to unstable or constrained networks
  • expose connection quality to users
  • inspect VPN-related state for logic or diagnostics

The API is event-driven, so your app receives updates only when something changes.

The package includes:

  • simple setup for basic monitoring
  • extended configuration for production scenarios
  • sample implementations (basic and advanced)

Important note:


- platform signals do not guarantee reachability of a specific backend or CDN

- for critical flows such as login, payment, matchmaking, cloud save, and large content download, verify the real target service with an application-level request



This asset uses only publicly available system APIs and does not collect or transmit user data.


Apk to test