use this code when you use the payment method ..... as the payment button is pressed
NSLog(@"Products - %@",[IAPClockDietHelper sharedHelper].products);
You find that when you start the application for the first time, then you have the product valve ... and when you use the application the Second time, then the products have the value NULL .... So your application is crashing ... check. .
source
share