I'm storing our levels in GameSpark as downloadable. I was able to get a simple system up and running in no time and I'm happy of the results right now.
Now I would like to make this more functional and for this I'm trying to retrieve the downloadable shortcodes available on gamespark. The problem is I can't seem to find something similar on your api, I'm I correct? Is there a way you planned to solve this particular problem?
Thanks for support,
Enrico
Best Answer
C
Customer Support
said
over 6 years ago
Hi Enrico
Yo can get all the downloadable's for a game in cloud code using
Enrico Bottani
Hey guys,
I'm storing our levels in GameSpark as downloadable. I was able to get a simple system up and running in no time and I'm happy of the results right now.
Now I would like to make this more functional and for this I'm trying to retrieve the downloadable shortcodes available on gamespark. The problem is I can't seem to find something similar on your api, I'm I correct? Is there a way you planned to solve this particular problem?
Thanks for support,
Enrico
Hi Enrico
Yo can get all the downloadable's for a game in cloud code using
Spark.getConfig().getDownloadables();
Regards
Katie
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstCustomer Support
Hi Enrico
Yo can get all the downloadable's for a game in cloud code using
Spark.getConfig().getDownloadables();
Regards
Katie
2 people like this
Enrico Bottani
Thanks a lot Katie
-
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