When using StoreKit 1 my users sometimes have a problem buying subscriptions and get an error:
The operation couldn’t be completed. (ASDErrorDomain error 504.)
As a result in:
- (void) paymentQueue:(SKPaymentQueue*)queue updatedTransactions:(NSArray*)transactions
Does anyone know what this error actually stands for and how to solve it?