-
Notifications
You must be signed in to change notification settings - Fork 28
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
I can't receive hub events on ios. On android everything is working fine. #41
Comments
I recently rewrote the plugin using flutter pigeon with few breaking changes. Will push a pre-release version on the pub by tomorrow. Your problem should resolve in that, if not feel free to let me know. Will notify here once it goes live on pub.dev. |
How amazing, thank you very much for your willingness and promptness, I'll wait to use the new version |
A new pre-release version is released in pub.dev. Feel free to try it out. |
Hi, thanks for the info, I used this new version and the behavior persists. I made a call with the Hub do signal but the event only arrived on the android and did not arrive on the ios simulator. The ios status was "ConnectionStatus.connected" Do I need to enable some setting? |
Did you get any error message on your console after the event is dispatched? |
I didn't get any error on the console, it just doesn't happen. I tried to run in the debug but nothing came up. I understand, as soon as something new comes out I'll try again |
Strange cause I tested on both debug and release mode and the events are arriving fine. Have you tried cleaning your project from vscode/android studio & xcode before trying the pre release version? |
I just updated the plugin, I'll try again cleaning the project. I'm using a Mac M1 I don't know if this is relevant. I will try again later. thanks for the feedback |
Hi, I tried again with a clean project and used the example from the pub dev itself, but I couldn't receive events. On the hub side would need to send something different to work on ios? |
Hello
For previous version i had same problem, but empty log |
@xalabax have you fixed this issue ? because i am facing same problem in ios. |
@AyonAB connection is not establishing in ios getting this error. |
Deivid, did you find any solution? |
When starting the app in ios the signal is connected and keeps the connection, but I don't receive any event. If I keep android and ios receiving the same event, on android it is received but on ios not.
Is there any specific configuration for ios at this point to work well?
The text was updated successfully, but these errors were encountered: