A production version of your app crashes because it uses BOOT_COMPLETED broadcast receivers to start a restricted foreground service type. Apps targeting Android 15 or later cannot use BOOT_COMPLETED broadcast receivers to launch certain foreground service types.
To fix this issue, make sure that your app's code and your SDKs don't use a BOOT_COMPLETED broadcast receiver to launch restricted foreground service types, and publish an update to your app

A production version of your app crashes because it uses BOOT_COMPLETED broadcast receivers to start a restricted foreground service type. Apps targeting Android 15 or later cannot use BOOT_COMPLETED broadcast receivers to launch certain foreground service types.
To fix this issue, make sure that your app's code and your SDKs don't use a BOOT_COMPLETED broadcast receiver to launch restricted foreground service types, and publish an update to your app