In Objective-C, making iOS apps, what is the best way to go regarding serialization? Protobuf or JSON?
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 ...