Hello.
When this function is called, the elements of transactions are
Is it included in this element as well?
And is the content equal (A === B)? Is it equivalent (A == B)?
Code Block -(void) paymentQueue: (SKPaymentQueue *) queue updatedTransactions: (NSArray *) transactions
When this function is called, the elements of transactions are
Code Block [[SKPaymentQueue DefaultQueue] transactions];
Is it included in this element as well?
And is the content equal (A === B)? Is it equivalent (A == B)?