I am trying to implement the in-App purchase of non-consumable goods. I have implemented the sample code of TROY “In App Purchases: A Full Walkthrough” http://troybrant.net/blog/2010/01/in-app-purchases-a-full-walkthrough/.I am getting the product information from the server.I am also able to make the purchase that product.I am implementing this in sand box environment.I also get a call back whether the purchase is successful or not.
The problem i am facing is that when i debug the code , none of the methods in the InAppPurchaseManager are being invoked except - (void)requestProUpgradeProductData - (void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProductsResponse *)response
So i am not able to put the code in which i want to enable the pro features if the purchase is successful.
Thanks
Aditya