Connectivity Failure Risk

A voice distress app fundamentally requires a network connection to deliver value: the triggered alert must travel from the user’s phone to the control room dispatch system via mobile data. If that data connection is unavailable at the moment of the trigger — due to no coverage, indoor signal loss, exhausted data balance, or network congestion — the alert silently fails while the user believes help is coming.

South Africa’s 4G/LTE network covers 80% of the national population and 3G covers 99.4%, providing reasonable coverage in urban areas. However, 20% of the population is not covered by 4G, and rural areas remain significantly underconnected. More practically relevant for an urban safety app are micro-connectivity failures: underground parking, basements, steel-framed buildings, and areas of high network congestion can all interrupt data briefly at the precise moment of an incident.

The financial connectivity failure is an underappreciated risk in lower-income target segments: domestic workers and low-income consumers may have zero data balance on prepaid SIMs at any given time. An app that requires active data for every trigger will silently fail for users who have not topped up.

The technical mitigation is a layered fallback architecture: (1) try the primary data API dispatch; (2) if that fails within 3 seconds, send an SMS with GPS coordinates to the control room and/or pre-configured trusted contacts; (3) optionally auto-dial the control room number as a voice fallback. SMS delivery works on any voice/data network without requiring an active data balance in most South African prepaid configurations, and has near-universal coverage given the 99.4% 3G population coverage.

MySOS’s requirement for GSM coverage is explicitly noted in their materials, confirming that connectivity dependency is a known and accepted limitation across the category — but the SMS fallback approach differentiates the quality of the app’s resilience.

Connections

Ontology Connectivity Failure Risk [causes_or_contributes_to] Missed Alert Liability Connectivity Failure Risk [threatens] B2B2C Safety App via API Platform

Sources