Hi all.
This is more of a theory or best practices, question.
I have a Highscore sender getter web service. Which I was planning on staring on the Hight Score view. BUT ! I'd like, if the sender / getter fails, for it to keep working till it updates.. (even after I release calling the view) and while the main game is playing. is the term persist?
How do I do this without too much book keeping?
or would it create a zombie child task if I closed the calling view?
I'm using AFNetworking.
Sorry if this is basic or my understanding all is wrong..
Networking, and multitasking hurts my little brain !!
thanks
Ian
This is more of a theory or best practices, question.
I have a Highscore sender getter web service. Which I was planning on staring on the Hight Score view. BUT ! I'd like, if the sender / getter fails, for it to keep working till it updates.. (even after I release calling the view) and while the main game is playing. is the term persist?
How do I do this without too much book keeping?
or would it create a zombie child task if I closed the calling view?
I'm using AFNetworking.
Sorry if this is basic or my understanding all is wrong..
Networking, and multitasking hurts my little brain !!
thanks
Ian