Getting Random number from 0 to 1000 daily iOS -


i have code generate random numbers 0 1000, following

 int randomvalue = (random() % 1000); 

i want app generate daily in specific time example @ 10:00 am.

how can that??

i answer : don't that, have idevice, not 24/24 7/7 server. perform on server side, , when required, ask server values...


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -