Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SKPayment paymentWithProductIdentifier Deprecated. Alternatives?

All the tutorials for In App purchases use the deprecated method "paymentWithProductIdentifier" of the SKPayments class. Any alternatives to this?

like image 583
mvb Avatar asked Aug 27 '11 06:08

mvb


1 Answers

Yes, use +paymentWithProduct:.

like image 99
jtbandes Avatar answered Oct 08 '22 20:10

jtbandes