so I want to be able to things i
if (remote setting event == holiday)
do stuff
so I want to be able to things i
if (remote setting event == holiday)
do stuff
The big question is: Where do you want your remote settings coming from? A webserver? This is pretty common, and fairly easy to do (but means that if your webserver goes down, your app may have problems)
Where are these remote settings?