Open eleomilagrosa opened 5 years ago
Yes this is tricky since the Pusher SDK uses Reachability itself. I do not know of a solution to it at this moment.
I use connectivityswift instead of connectivity.
Apparently the new Pusher SDKs don't have this issue anymore
Just add this 2 in pubspec.yaml then run the app in iOS
pusher_websocket_flutter: ^0.1.1 connectivity: ^0.4.4+1
When you combine this 2 library your app wont work anymore in iOS. because of the library "Reachability"
Please give suggestions how to fix this situations
When I remove the connectivity library it will work as expected