iOS in-app purchases verify receipts for consumables
问题 in iOS with in-app purchases, it is necessary to verify receipts with subscriptions. is it necessary to verify receipts for consumables also? 回答1: No you don't need to verify receipts for consumables. You don't need to verify receipts for subscriptions either. What's important here is that you can restore running subscriptions; but for that you can use purchase ID. As always make 100% sure you've given the user what was paid for before telling iOS that the purchase was successful! (There are