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:
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:
The API is event-driven, so your app receives updates only when something changes.
The package includes:
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.