Android - Push Notifications - register()

Hey guys, it would be nice to tell/show the user about what notifications we are going to send before requesting permissions to do so, just like the current iOS feature “RegisterOnLaunch”, why is this user experience missing from android push notifications? Are iOS users more special than android users? :stuck_out_tongue:

Oh my bad, android push notifications permissions aren’t explicitly requested like iOS: https://stackoverflow.com/questions/37294076/push-notifications-gcm-permission-at-runtime

Only the web push notifications require an explicit request:
https://developers.google.com/web/ilt/pwa/introduction-to-push-notifications#request_permission