Great set of free Tab Bar Icons – courtesy of @pixeden
How to restore your single In-App Purchase in iOS
This is an addition to my previous article. To allow uses to restore their In-App Purchases you can expand on the previous article and include the following method in your Shop class. This needs to be public so it can be called from your main class: – (BOOL)restoreThePurchase { // verify/refresh receipt here (even though […]