I implemented StoreKit into my application. What I noticed is that for some of my test accounts, there are multiple SKPaymentTransaction's in the paymentQueue. This is causing the SKPaymentTransactionObserver to be called multiple times with a SKPaymentTransactionStatePurchased
This problem seems to manifest more when I stop the app mid upgrade, or put the application in the background.
I am not sure what is causing the multiple payments, or is this expected behavior? Also, am making sure to finish all purchased transactions after they are validated.