I am midway in implementing in app purchase (SONGS-non consumable – content delivery from my server ).
When i try to buy the already purchased item, i never received SKPaymentTransactionStateRestored delegate method get called.
I am always receiving SKPaymentTransactionStatePurchased notification.But the Apple alert comes as ” You have already purchased this item, Tap ok to download“but the SKPaymentTransactionStateRestored is not called at all.
In this scenerio , does this SKPaymentTransactionStateRestored wont get called?or is that a intended behaviour.
please let me know
I am seeing this for non-consumable IAP restores as well. I think it is a sandbox issue.