question

Mihael Grilec avatar image
Mihael Grilec asked

Granted items annotation

I'm granting a few items to a character from the cloudscript, and I'm setting my own annotation for each of them.

The annotation doesn't stick tho - it's always reading as "Item granted by GameServer". This is contrary to what the example in the docs says.

My call is very simple:

server.GrantItemsToUser({
                
CatalogVersion: 'characters',
PlayFabId: currentPlayerId,
Annotation: 'starter',
ItemIds: 'fighter'
});
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
brendan avatar image
brendan answered

Thanks for calling that out. I've confirmed it in my own testing, and I can confirm that this is new behavior. We'll get one of our engineers to fix this shortly.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.