Hi Guys,
I’m working on simple game for android and ios platforms. In this game I have to check if any assets are added newly on back end server.
If so then download assets from server and keep them on local device memory so that no need to download them again.App should not download previously added assets.
Anybody knows how to implement it for mobile devices. I just want example to guide me.
If anybody has done it before please let me know.
Thanks in advance.