Is it possible to get the SignedInGamers name on WP7 like you do with the XBOX? I've tried testing it with:
SignedInGamer gamer = Gamer.SignedInGamers[0]; gamer.DisplayName;
But have only received a null value for the gamer object on the phone.
Thanks Sebastian