content top

iPhone Tutorial – Enabling reviewers to use your In-App purchases for free

iPhone Tutorial – Enabling reviewers to use your In-App purchases for free

Update: MKStoreKit 3.0, an updated version of the one presented here is available. Please check it out and use 3.0 instead of this. In-App purchases is a great way for developers to upsell by giving away their app for free and then allow them to charge for features when users start using it. This freemium model has indeed worked very well for upselling your app in the AppStore. But unfortunately, there isn’t an Apple allowed way to...

Read More

iPhone Tutorial – UISearchDisplayController with NSPredicate

Though UISearchDisplayController is seemingly easy (and yes it’s easy), apart from the sample source code, there isn’t much documentation available from Apple. I won’t be posting code for this tutorial, (as most of them come from Apple’s own source code), however, the tutorial will contain code fragments that I wish to highlight and those I changed for improving the search using NSPredicate Step 1: Create the...

Read More
content top