mirror of
https://github.com/status-im/status-app.git
synced 2026-08-27 15:11:20 +00:00
* feat(ios): wire-up push notifications - wire push notifications endpoints with qml access - split NotificationsView.qml into 2 different components. The general component preserving the current behavior and a reduced functionality for centralized push notifications (similar to the Status legacy) - wire bundle id from EnvVariables.mk to the push notifications status-go calls. We need the bundle id as topic. - Tweak the Push permissions request flow to account for platform specifics * fix: mobile-run doesn't work for all targets