Configuration file change - Push / Pull?
hi,
I have a configuration file (JSON) residing on a server. This file is sometimes changed on the server side. Is there a way that I can let the mobile app know that the configuration file has changed, so that it can download the updated configuration file?
I know I can do this by regularly polling the server and perhaps checked based on modified date, or the file checksum. But I don't like the idea of regularly polling the server as this method is not very efficient. Moreover some of the clients will be running this on smaller data plans so regular polling will mean more data usage.
Any ideas on this?
Thanks