Please could you be more explicit?, I'll expose an example to be totally clear.
Imagine that in the Xbox we have 2 signed-in players, one is Gold and the other one not, then, where is the failure?
- The method Create() or Join() session fails (Privilege exception or any other failure).
- Methods Gamer.SendData() and Gamer.ReceiveData() fails (in the typical foreach(LocalNetworkGamer gamer){gamer.ReceiveData()...})).
A response to this (selecting 1 or 2) can gives me what I am searchng for.
In the other hand, how can you make a guest sign-in in XNA?, is with the standard Guide.ShowSignIn() method? (of course once with a signed-in Gold user). In Gears of Wars we see that it has its own with the Y-button in this url: How to add an xbox live guest for Gears of War?
Thanks.