Im creating a multiplayer game and need to load the gpgs profile images for myself and the opponent. im working on Android.
Is it required to load another players gpgs profile image to be friends or in your g+ circle?
using gpgs.loadImage
I can successfully load my own profile image and display it, but when i get the uri of another testing device i have and run the gpgs.loadImage with that uri, it returns and event.error
Error message is “Image Not Found”
On the other testing device, again loading the image with the same URI above (on this device again would be my own profile image) i can download and display it, but it does not download the other testing devices uri saying image not found in the event error listener.
Basically i can only load my own gpgs profile image with gpgs. when o try to load another using a correct uri string, it wont find the image?