-
Notifications
You must be signed in to change notification settings - Fork 19
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
await Pushy.register hangs #20
Comments
Hi @grantespo, We've now added an option to make it possible to use Firebase & Pushy together in the same iOS project.
Run
|
I am using the latest version
pushy_flutter: 1.1.7
I am following the docs.
Pushy.listen()
andPushy.setNotificationListener(backgroundNotificationListener);
seem to work okay, howeverPushy.register()
hangs.In my logcat, I only see "pushyRegister try{}".
catch
isn't being called. Any ideas of why this could happen.I am also using Firebase in my project
The text was updated successfully, but these errors were encountered: