Hola amigos, les quería consultar si es posible modificar precios de una app sin actualizarla. Ya que si alguien no actualiza a la versión nueva los precios quedan desactualizado.
Hello friends, I wanted to ask if it is possible to modify prices of an app without updating it. Since if someone does not update to the new version, the prices are outdated.
Excuse me, it wasn't clear. For example, if I have an application from a virtual store and I add prices to the products, is there a way to modify them even if the customer does not update the application?
Okay so you have an application for an online supermarket (or something like that)where there are products and you have prices set for each of those things , right ?
And you (the service provider) wish to change the prices.
If I understood what you want
Using a real-time firebase DB may help you. There maybe other approaches as well.
If you wish to use real-time firebase DB here's a quick tutorial for the same.