Learn how the FastPix iOS Player handles network connectivity changes during playback.
The FastPix iOS Player SDK includes built-in network awareness to handle real-world connectivity changes during playback.
Key behaviors
- Automatically detects network changes (Wi-Fi, Cellular, Offline).
- Pauses playback when the network is lost.
- Optionally resumes playback when the network is restored.
- Improves stability during buffering, stalls, and network switches.
- Exposes network state updates so your app can show custom UI like “No Internet” or “Reconnecting.”
Note: The SDK handles playback logic, while your app controls the UI and retry behavior.