Is there some way to control what happens when there’s no data connection for VPlayGameNetworkView?
Right now, I have the following undesireable behaviours:
– In the Android simulator, when there is no network, there is a dialog about this, and hitting “OK” on the dialog results in quit to desktop
– On the device, an empty leaderboard is displayed, with no explanation about why it is empty.
Both these seem to need to be improved. In the second case, the user should not be left wondering “is something going to happen?”
What are the recommended ways for handling this?
-
This topic was modified 8 years, 4 months ago by
GreenAsJade.