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
paymentWithProduct: expects an SKProduct * argument and you are passing an NSString. You need to get your product out of your _products array and pass that instead.