We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I added code below to AppDelegate.swift following README.md.
UNUserNotificationCenter.current().delegate = self as? UNUserNotificationCenterDelegate
Then I found that connector.configure(~) method didn't be called. When I deleted it from AppDelegate.swift, connector.configure was called.
So I think there may be mistake in README.md.
The text was updated successfully, but these errors were encountered:
Strange, but this method is required. And firebase_messaging also mentions it: https://pub.dev/packages/firebase_messaging
If you delete this line then app should actually fail with assertionFailure.
If I'm wrong then please provide some sample code.
Sorry, something went wrong.
Thank you for your check.Yes, I think it's strange...I will try to make minimum sample of this issue, pls wait a while.
Please reopen if you have more details, AFAIK that line is necessary.
No branches or pull requests
I added code below to AppDelegate.swift following README.md.
Then I found that connector.configure(~) method didn't be called.
When I deleted it from AppDelegate.swift, connector.configure was called.
So I think there may be mistake in README.md.
The text was updated successfully, but these errors were encountered: