Category Archives: Podcast

Creating an In-App Purchase in iOS 7 – Part 1: Setup

In this 7-part screencast series I’ll show you how to create an In-App Purchase in iOS 7 with Xcode 5.1.

The course will run you through everything from setting up your product in iTunes Connect, creating a custom shop class for easy re-use, making “first contact” with the App Store and how to deal with its responses. I’ll explain the overall concept in Part 1.

I’ll describe the overall concept in this part, and how to setup your your app for use with In-App purchases. We’ll setup a new App ID in Member Center and then create a product in iTunes Connect.

Demo Project

You can download the full source code of what I’m building in this screencast on GitHub:

Further Reading

I’m following my earlier two articles almost to the letter, here they are for reference:

Watch the full course in one convenient playlist:
Catch this episode on my iOS Dev Diary Podcast:

How to use Popovers on iPad – Part 3: Image Picker

In this series I’ll show you how to create Popovers on iPad. They’re fairly easy to create once you get the hang of the inner workings of the UIPopoverController.

I’ll show you how to create basic Popover in code and in your Storyboard, and we’ll discuss how you can retrieve data from a Popover when it’s dismissed. We’ll do this with a simple UIDatePicker. In the last video I’ll demonstrate how you can pick images from the camera roll using the UImagePickerController with a Popover – which is how you’re meant to do it on iPad.

The series contains three videos in total:

  • Part 1 deals with the initial code and class etup
  • Part 2 deals with setting up the UIStoryboard and connect our code to it
  • and in Part 3 we’ll implement a UIImagePickerController to demonstrate a use case

Enjoy!

Get the code for this project on GitHub

Watch the full course in one convenient playlist:
Catch this episode on my iOS Dev Diary Podcast:

How to use Popovers on iPad – Part 1: Code

In this series I’ll show you how to create Popovers on iPad. They’re fairly easy to create once you get the hang of the inner workings of the UIPopoverController.

I’ll show you how to create basic Popover in code and in your Storyboard, and we’ll discuss how you can retrieve data from a Popover when it’s dismissed. We’ll do this with a simple UIDatePicker. In the last video I’ll demonstrate how you can pick images from the camera roll using the UImagePickerController with a Popover – which is how you’re meant to do it on iPad.

The series contains three videos in total:

  • Part 1 deals with the initial code and class etup
  • Part 2 deals with setting up the UIStoryboard and connect our code to it
  • and in Part 3 we’ll implement a UIImagePickerController to demonstrate a use case

Enjoy!

Get the code for this project on GitHub

Watch the full course in one convenient playlist:
Catch this episode on my iOS Dev Diary Podcast: