Closed otymartin closed 7 years ago
Hi,
Was the issue that you don't see the print statements, or that the delegate on the MessagingManager never gets called?
Thanks! Jeff
@jefflinwood
the delegate wasnt called. problem was my synchronization stategy. only the all
sync strategy will monitor channel events such as channel added. the channel list
strategy doesnt do that
This is now Fixed. The updated channelList
sync strategy will now listen for channelAdded
event.
I can see logs in my xcode debug area whenever I successful invite a user but the delegate method recieves no callback. My implementation is the same as the example in this repo.. whats wrong?