-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected crashes frequently #124
Comments
We are sorry that you are experiencing the crash. Thanks. |
Hello @perlasivakrishna, A couple of requests for you so we can route you to the right team to help:
Thank you, |
Hello Thanks |
Hi Siva, Thank you for the full thread trace. It looks like in this application trace, the crash occurred as the application was exiting for other reasons (idleness, low memory on device, etc) and is not reflective of a crash while the application is in-use:
We have resolved this in newer versions of the SDK under the hood but you may be able to resolve this by calling the TwilioIPMessagingClient’s shutdown method in your applicationWillTerminate: delegate method on the AppDelegate. We’ve made many improvements since 0.14.2 was released in Jun 2016, I believe it woud be best for you to update to one of our newer releases (I recommend 2.2.0) to resolve this issue. You can find migration guides and information about our latest releases here: https://www.twilio.com/docs/api/chat/changelogs/ios#migration-guides Versions of Programmable Chat (IP Messaging) prior to our GA date of May 2017 will soon be formally retired. Thank you, |
Hey. |
hi @rbeiter Thanks |
It sounds like the member is already a member of the channel. In prior releases, we silently ignored requests to join/add/invite members to a channel they are already a member of but now we raise an error to make sure the developer is aware of this situation. That sounds like whats happening here. You may wish to check the channel object's Thank you, |
Hi @rbeiter
This is how I'm checking. It seems working fine, Hope this is the right way. Thank you, |
Hello, Thanks |
Im facing this issue for so many users. Please let me know the fix for that issue.
The text was updated successfully, but these errors were encountered: