← Back to discussions

Push notifications stopped working after Android 13 update

KKevin OPublished 6/26/2026289 views1 comments

Everything was working perfectly until my device updated to Android 13. Now, the app launches but never requests the notification permission, and push notifications are dead.

I am using the OneSignal integration. Is there an issue with Android 13's new notification permission model?

1 Comments

PPratheek G6/26/2026

Yes, Android 13 (API level 33) introduced a runtime permission for notifications (POST_NOTIFICATIONS). Previously, it was granted automatically.

You need to request this permission explicitly in your app config or code. If you are using Nativine, make sure you rebuild the app using the updated Android template where we prompt for permission on startup, or trigger the prompt via our JS bridge call window.Nativine.promptForPushNotifications() on your landing page.

Please log in to reply.
WhatsApp