tao
tao copied to clipboard
feat(macos): add events for push notification registration
feat(ios,macos): add event to send notification registration token
Implemented a new event on iOS and macOS to send the notification registration token.
Injected callbacks into AppDelegate to retrieve the token.
Added the notification registration call directly in the AppDelegate on macOS.