0
I have a game posted on Googleplay, this game only has one scene (menu), and the remaining dice of the game are on my server. How can I update my game (menu scene), with more game dice from my server, and this game data (compilation of the other scenes) stay in the same game that was downloaded from Googleplay(menu scene)?
Your server is running locally?
– DiegoAugusto
Yes it’s running locally!
– jhon
Hello. I don’t know if I understand you correctly. The menu scene is the only one literally programmed in the game’s app, and the rest it downloads from your server every time the game opens? Your question then would be how to update the menu scene (i.e., how to update the game app on mobile device)?
– Luiz Vieira
Hello. Correct, the menu scene is the only programmed one. The only difference from what you mentioned is that if the user clicks to download the other package, the user will not need to download it again when entering the game. My question would not be just how to update the game. Perhaps an example that I can help you understand, is the game type Angry Birds, which has several makes and when they release new ones, appears the option for you to download them, without you need to download the whole game again. I hope you helped me understand my doubt.
– jhon