I am integrating inApp in my application when I tried to purchase product using Sandbox user I am getting state as "SKPaymentTransactionStatePurchasing". What should I do?. I was able to purchase the same product earlier
The SKPaymentQueue
receives a few different of transactionState
's. And SKPaymentTransactionStatePurchasing
just notifies your app that the iTunes is making a purchase. Normally you can just ignore this unless you want to display something to the user while the purchase is in progress.
You should be more interested in SKPaymentTransactionStatePurchased
state which is triggered once the purchase is complete.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With