RMStoreTransaction has some "copy" and "strong" properties, but initializers always set ivars directly, like this:
_productIdentifier = paymentTransaction.payment.productIdentifier;
Is this because something else is always holding on to the data or is this a bug?
RMStoreTransaction has some "copy" and "strong" properties, but initializers always set ivars directly, like this: _productIdentifier = paymentTransaction.payment.productIdentifier; Is this because something else is always holding on to the data or is this a bug?