I have one speedometer app, in which 2 features are enabled by adding them to in-app purchase. Everything works fine, I have followed http://www.raywenderlich.com/2797/introduction-to-in-app-purchases
Both of the features to be enabled are non-consumable. The problem is that while I am testing this and adding test account and password, I am getting same alert view all the time - "You have already purchased this but it hasn't been downloaded.Tap OK to download it now"
[Environment: Sandbox]
Why I am getting same alert view all the time? And the feature is just to enable HUD functionality and remove ads; so nothing to download from server. And I am not able to make out if the transaction is completed or not because it is not even calling finish transaction method and just gives the same alert.