In-App Purchase with an IBAction / Button
问题 I'm using Ray Wenderlich tutorial to create IAP (http://www.raywenderlich.com/23266/) , everything works well, but I don't want to use table view on my app, I want to use just a simple IBAction button to make the purchase. So basically this is the way it works on the table view. First identify the products: + (RageIAPHelper *)sharedInstance { static dispatch_once_t once; static RageIAPHelper * sharedInstance; dispatch_once(&once, ^{ NSSet * productIdentifiers = [NSSet setWithObjects: @"com