QuickBlox returns only 50 chat messages and I know this is a known limit if I don't specify the extendedRequest LIMIT and SKIP, but my problem is I want the LAST 50 messages and not the first 50 messages. I tried the extendedRequest[@"sort_desc"] = @"last_message_date_sent"
but QB is returning random messages, not the last and not the first.
This issue occurs in Q-Municate also. I created a chat with a friend and sent him N messages, and only first few messages are returned.
So, is there a way to return only the last 50 messages?