Hello Torry,
Firstly, rt works fine with the Person table.
I’ve downloaded your project and run pod repo update
and pod update
commands. Then I’ve created the test user to login a@a.com
and added/deleted a new Person object.
As you see everything works as expected:
Secondly, your OrdersViewController is not event connected to the TabBarController to be called/shown, how should the listeners be added?
I’ve placed the setupOrderTableListeners method into the ClickViewController and everything works fine with Order table too.
Thirdly - chat.
Message listeners are called as designed. I’ve added the console log to print that message is received.
However there are some incomprehensible details to me in your project but they are not Backendless problems - why do you add the channel?.addMessageListenerDictionary
for the string messages, why does channel?.addMessageListenerString
handles simple string message Hello
as CHAT MESSAGE
- Received string message: CHAT MESSAGES
etc.
Anyway, everything works fine on the Backendless side as you can see on the videos.
Regards,
Olha