Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the need for didReceiveLocalNotification when using the UILocalNotification APIs (iOS version < 10) #14

Closed
MaikuB opened this issue Apr 20, 2018 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@MaikuB
Copy link
Owner

MaikuB commented Apr 20, 2018

Current advice is for developers using the plugin to handle the didReceiveLocalNotification method within the app delegate of their iOS head project. In theory, it should be possible to handle this within the plugin itself since the plugin is registered as an application delegate. However, the method never fires when trying to handle it within the plugin.

This has been raised on the Flutter repository flutter/flutter#16662 for the Flutter team to look into. Suggest anyone that would like the Flutter team to look into it to vote with a thumbs up as this seems to be how they prioritise looking at issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant