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
1 issue found
We found some common issues that are preventing your app from being sent for review. You must address these issues before you can send your changes for review.
Restricted foreground service types
Apps targeting Android 15 or later cannot use BOOT_COMPLETED broadcast receivers to launch certain foreground service types. Doing this will cause your app to crash for users on Android 15 and later. Your app starts restricted foreground service types using BOOT_COMPLETED broadcast receivers in the following places:
I6.a.v
To resolve this issue, make sure that BOOT_COMPLETED broadcast receivers do not start restricted foreground service types in the methods listed above.
Steps to reproduce?
1. Install the latest onesignal_flutter SDK
2. Build an Android AAB and send it for review