I m working on an iOS app. I would like to release it first as a iPhone only app, and later (in a couple of months) update it to a universal app. I has to be the same app-id because it is a free game with in-app purchases. Is this possible ?
For a basic app with nonconsumable in-app purchases, has anyone figured out best practices for using SKPaymentQueue s restoreCompletedTransactions? Observations I know it s recommended to always ...