Skip to main content

Hi, 

I’m using async await and would like to cancel a network request when the app goes background. However, it seems that when calling `cancel()` on the Task for Purchases.shared.customerInfo for example, the network call doesn’t actually get cancelled. Is this by design?

Hi,

Cancelling requests isn’t something that’s currently supported, but I can send that to our sdk team as a feature request for you.


Reply