twilio / conversations-ios

SPM releases
https://www.twilio.com/docs/conversations/ios/changelog
10 stars 5 forks source link

Crash on version 2.0.3 #17

Closed ryanisnhp closed 2 years ago

ryanisnhp commented 2 years ago

Hi guys, I use the latest version of TwilioConversation (2.0.3) and sometimes it crash when I first open my app image Can you help me check this. Thanks in advance

Pavel-Cherentsov commented 2 years ago

Hi @ryanisnhp, Thank you for reporting the issue. Looks like Client emergency shutdown.. We are investigating that and will fix.

rusmonster commented 2 years ago

Hi! @ryanisnhp, Do you keep strong reference to the TwilioConversationsClient in your app? It looks like the Client is destroyed while registering notification token, because of no strong references to it.

ryanisnhp commented 2 years ago

I see, I will update my code again and will check if the crash will be solved. thanks bro

Gray-Wind commented 2 years ago

Hello, did you manage to fix the issue in your code?

Gray-Wind commented 2 years ago

I'm closing the issue as no answer provided. Feel free to open a new ticket.