You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google Play Store is rejecting apps targeting Android 15 (API level 35) that use @livekit/react-native-webrtc.
Error message from Play Store:
"Apps targeting Android 15 or later cannot use BOOT_COMPLETED broadcast receivers to launch certain foreground service types. Your app starts restricted foreground service types using BOOT_COMPLETED broadcast receivers in: com.oney.WebRTCModule.MediaProjectionService.onStartCommand"
MediaProjection is one of the restricted foreground service types in Android 15 that cannot be started from BOOT_COMPLETED receivers.