In my mobile app I want to send some data to the server. If the user does not have internet connectivity, I will en queue the request and try it again when the connectivity is restored.
I can implement the above using background services. I want to know if there are any better ways of doing this on android and iphone.
Your Answer
Think you can help? Login to answer this question!