I'd like to have our players having an inventory of that they brought form virtual goods. does gamesparks handles that? if so, how can i reach this information? If not, how can i achieve that?
Best Answer
C
Customer Support
said
almost 7 years ago
Hi Future,
You can get this with an AccountDetailRequest, this will show you the Virtual Goods a player has purchased and how many times they have purchased them. For more detailed information you can use our new ListTransactionRequest. It's located in the Player Requests in the Portal. Simply give it an entry count of 1 or greater, select the dates you'd like to query and you will get a detailed response showing when a Virtual Good was bought, consumed etc.... If you have any more questions just let me know.
You can get this with an AccountDetailRequest, this will show you the Virtual Goods a player has purchased and how many times they have purchased them. For more detailed information you can use our new ListTransactionRequest. It's located in the Player Requests in the Portal. Simply give it an entry count of 1 or greater, select the dates you'd like to query and you will get a detailed response showing when a Virtual Good was bought, consumed etc.... If you have any more questions just let me know.
Future Fart
I'd like to have our players having an inventory of that they brought form virtual goods. does gamesparks handles that? if so, how can i reach this information? If not, how can i achieve that?
Hi Future,
You can get this with an AccountDetailRequest, this will show you the Virtual Goods a player has purchased and how many times they have purchased them. For more detailed information you can use our new ListTransactionRequest. It's located in the Player Requests in the Portal. Simply give it an entry count of 1 or greater, select the dates you'd like to query and you will get a detailed response showing when a Virtual Good was bought, consumed etc.... If you have any more questions just let me know.
Thanks,
Liam
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstCustomer Support
Hi Future,
You can get this with an AccountDetailRequest, this will show you the Virtual Goods a player has purchased and how many times they have purchased them. For more detailed information you can use our new ListTransactionRequest. It's located in the Player Requests in the Portal. Simply give it an entry count of 1 or greater, select the dates you'd like to query and you will get a detailed response showing when a Virtual Good was bought, consumed etc.... If you have any more questions just let me know.
Thanks,
Liam
Nurlan Akylbekov
What am I doing wrong?
void Start ()
{
AccountDetailsRequest request = new AccountDetailsRequest ()
.Send ((response) =>
{
menuPlayerName.text = response.DisplayName;
});
}
-
Documentation Notes
-
Design issues with user events
-
Using NoSQL
-
Runtime Collections vs Metadata Collections
-
Anonymous authentication from browser app
-
Modules
-
Movement With Unity
-
Problem with url parameters for downloadables
-
Querying NoSql GameSparks database
-
Challenge accesType
See all 2487 topics