0

I'm trying to create my own timeout for StoreKit, as it doesn't always load products quickly or at all (today was extremely poor for some reason). I can't seem to find a method to stop a currently in progress SKRequest and or SKProductsRequest, as there is only a start method.

Could anyone help point me in the right direction so that I can make something such as a 15 second max timeout for requesting the products, and purchasing/restoring the products?

I'd greatly appreciate it!

Thank you.

4

1 回答 1

1

该类SKRequest有一个cancel方法,因此您可以调用它。

于 2013-07-09T01:50:43.027 回答