mapbox-navigation-ios icon indicating copy to clipboard operation
mapbox-navigation-ios copied to clipboard

Move user notifications out of NavigationViewController

Open 1ec5 opened this issue 6 years ago • 0 comments

NavigationViewController is currently responsible for creating and scheduling user notifications (push notifications) on the lock screen that are synchronized with spoken instructions. We should move the user notification functionality into its own component so that applications with custom UIs don’t have to roll their own user notifications.

This would also be a good opportunity to make user notifications optional: #1957.

/cc @mapbox/navigation-ios @d-prukop

1ec5 avatar Aug 09 '19 17:08 1ec5