Reputation: 5198
I use Pubnub to implement 1-1 chat between android devices.
I did the publish/subscribe tutorial and I am able to listen to a channel and send messages to a channel. When I send a message to the channel, the receive callback is called successfully.
My issue is - On the Pubnub admin dashboard, It says I have 1 Device (true, because I subscribed and listened only from one device so far), but it also says there are 0 messages, which is weird because I did send and received messages in the channel.
Where can I see the messages, channels and chat history? it also brings the question of how would I get the chat history for each channel..
Anyone with experience with this?
Upvotes: 2
Views: 302
Reputation: 4738
The metrics in the PubNub Admin Dashboard are calculated daily so what you see there is as of yesterday.
Check again tomorrow and you should see the message counts metrics with non-zero numbers.
Upvotes: 2