We have an app with discount coupons, we want our users to be able redeem (its is api an call) coupons even when there is no internet. So what we want is to queue all the redeem calls and send them once internet is available. Even when app is in background. We are currently using Alamofire
as our networking library so if it can be done through `Alamofire. it would be more easier for us.
Thanks