Запитання 7
How is background task execution handled differently on iOS and Android in React Native?
Варіанти відповідей
iOS allows limited background time with system-controlled scheduling, while Android supports foreground services and WorkManager for longer, guaranteed background execution.
Both iOS and Android allow unlimited background execution without restrictions.
iOS uses foreground services for background work, whereas Android does not support background tasks.
React Native automatically normalizes background behavior identically across iOS and Android without configuration.