You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As a user I would like to know why the system settings are opened if I try to enable push notifications but permissions are blocked.
Describe the solution you'd like
Show an alert as shown in the design. The alert should explain the necessary steps on android or ios and have buttons to cancel or proceed to settings.
The systems dialog should be used, DO NOT implement an own component for this. All used strings should be translated.
Describe alternatives you've considered
None.
Additional context
Take a look at the way we show a alert in the JpalTracking, perhaps you can copy some stuff:
If the user declines the permission to receive push notifications, it is not possible to request permission again. Instead, the user has to change it manually in the settings. If a user wants to enable push notifications, we therefore just open the app settings without telling the user why or what to do there (see video). Maybe it makes sense to show a message to the user first.
Currently we only have a snackbar component to do so which may not be the best choice.
(more but not needed information for this ticket: ttps://chat.tuerantuer.org/digitalfabrik/pl/98dnizpqnfbxpd9ribui6wmdoh)
Is your feature request related to a problem? Please describe.
As a user I would like to know why the system settings are opened if I try to enable push notifications but permissions are blocked.
Describe the solution you'd like
Show an alert as shown in the design. The alert should explain the necessary steps on android or ios and have buttons to cancel or proceed to settings.
The systems dialog should be used, DO NOT implement an own component for this. All used strings should be translated.
Describe alternatives you've considered
None.
Additional context
Take a look at the way we show a alert in the JpalTracking, perhaps you can copy some stuff:
integreat-app/native/src/routes/JpalTracking.tsx
Line 74 in 94e21ee
Old description:
If the user declines the permission to receive push notifications, it is not possible to request permission again. Instead, the user has to change it manually in the settings. If a user wants to enable push notifications, we therefore just open the app settings without telling the user why or what to do there (see video). Maybe it makes sense to show a message to the user first.
Currently we only have a snackbar component to do so which may not be the best choice.
(more but not needed information for this ticket: ttps://chat.tuerantuer.org/digitalfabrik/pl/98dnizpqnfbxpd9ribui6wmdoh)
Environment: -
Linked issues:
The text was updated successfully, but these errors were encountered: