I am implementing push notifications on Android 13.
In Android 13, notifications are turned off by default. How can I allow users to choose to receive notifications?
iOS has notification.registerForPushNotifications() but Android does not. Does this mean that in Android 13, if there is google-services.json, the same display will be automatically displayed?
I recently changed my app to a different owner, and since then I’ve noticed that notifications aren’t working properly.
Previously, notification permission was obtained using notifications.scheduleNotification() to support Android 13, but now nothing is displayed either.
I haven’t changed anything to my Firebase settings or account.
I would like to know the optimal solution for implementing notifications for Android 13.
By the way, is there a trend these days that notifications are not very effective for app operation and revenue?