You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for response. Can you share some sample code. In your sample code, code is there but I am not able to debug because that is not used in your application.
I have conversation service response that contain array of message. Need to added that functionality in CDModelName+Ext.swift to store chat messages.
While adding array I am getting error "Value of type '[Message]' has no member 'sync' "
Response for conversation is something like that
{
id : 1,
message : [
{id:12, message:"test1"},
{id:13, message: "test2"}
]
}
The text was updated successfully, but these errors were encountered: