pusher/libPusher

Methods Delegate PrivateChannel

Closed this issue · 2 comments

Hi @lukeredpath

Your work is amazing with this library to Pusher; actually I used the library in my project the version 1.4 but I have a problem with the PusherDelegate, the method - (void)pusher:(PTPusher *)pusher didFailToSubscribeToChannel:(PTPusherChannel *)channel withError:(NSError *)error not work.

I test with Sample that use the version 1.5 and the delegate work very fine, I don`t know if the version 1.4 has a bug, o in my project need add any thing more for this work.

Thanks

Jaime Leon

@JaimeYesidLeonParada hi Jamie, please use 1.5, there are some bugs in 1.4 and this version should no longer be used.

Thank a lot for you response @lukeredpath, I will.