Background data fetch

Hi,
I am new to ionic. I am developing an app which requires app to fetch data in background mode and sync data in background to server. Is it possible by using ionic framework? I f so ,please help me.

Yes it is possible, but this question is more an AngularJS question. Check out the $resource service you could use here, and check out the blog post about CORS here.

1 Like