I am trying inapp purchase.
I am unable to implement following method :
SKPayment *payment = [SKPayment paymentWithProduct:`SKProduct`];
But here I dont know from where I will get this SKProduct
's object or which parameter I have to pass here ?
Any suggestion?