Has anyone used Restsharp with background fetch. I can get the perform fetch method to fire but when trying to get data with Reshsharp Restclient it doesn;t appear to do anything until the app is in the foreground. I've used HttpClient in another project and that worked ok in the background.
I am trying to avoid using NSUrlSession.