Posts

Post not yet marked as solved
3 Replies
I'm storing the user reviews in core data even the internet is not available and try to sync all the reviews with our server when internet is available. So currently if the app is in background I can't send the data to our server as timer gets stop when the app is background. So i need a service in background which checks after each 30 minutes that if internet is available and there are reviews pending to sync, so it sync all of them.