Chinloyal
Chinloyal
Thanks for using this package, I'll try to resolve this bug.
Yes there are plans to add web support, a pull request is always welcome.
@lambasoft Have you tried setting in your plist file: ```xml NSAppTransportSecurity NSAllowsArbitraryLoads ```
Can you share your pusher configuration?
@heshesh2010 Were you able to resolve this?
As far as I'm aware you can only use one pusher key at a time based on Pusher's specified API. Are you able to show an example of what it...
Yeah this is a common issue, the connectivity package is incompatible with this package because of the Reachability library used for ios. The maintainer of the Reachability library needs to...
The package is pretty straightforward, simply use data_connection_checker package instead of connectivity package. They both work the same however data_connection_checker is compatible with this package and other pusher clients
@cjo4m06 Maybe I'm misinterpreting what you're saying but you can set the auth on `PushOptions` object using a `PusherAuth` object
Fixed with #51