Hi i am using in APP purchase in my project . When i run this project everything works fine, except i am getting a warning message saying that \"paymentWithProductIdentifier
Try using this:
SKProduct *selectedProduct = <#from the products response list#>; SKPayment *payment = [SKPayment paymentWithProduct:selectedProduct]; [[SKPaymentQueue defaultQueue] addPayment:payment];