can we assign skpayment applicationusername?
When in app purchase is completed, I got a null applicationUsername in theSKPayment.
applicationUsername in the
How do I assign a
You may not assign a read only property. The objects iOS is providing on completed transaction are immutable. To be honest Apple's API fails to properly inform the client apps about the processed transaction.