04-11-2012 04:35 AM
Hi.
I am developing a game for 4 players. I use BBMPlatformSession.
When the host has 3 players in the session sends a message to everyone to start the game.
Sometimes when the player (guest) receives the message in the BBMPlatformContactList is only the host. Other times, host and another player and sometimes all 3.
This never happens in the simulator. They are always all. Only in the real devices.
Any idea where is the problem? Should I wait some time to get the full contact list?
Thanks in advance.
04-11-2012 05:36 AM
I have something similar and the various contactInvited/Joined/Left/Declined methods on the SessionListener are driven correctly. I would double check your code and look for timing issues.
04-11-2012 06:54 AM
Hi Peter, thanks for the reply.
Is there any difference between the list you get (BBMPlatformContactList) from
BBMPlatformSession.getContactList() and the BBMPlatformContactList received in the callback BBMPlatformSessionListener.contactsJoined?
04-12-2012 02:30 PM
Hey Jerry,
In regards to your question about BBMPlatformContactList, there is no difference between BBMPlatformContactList from BBMPlatformSession.getContactList() and the BBMPlatformContactList received in the callback BBMPlatformSessionListener.contactsJoined
Cheers!