Authentication Using iOS Keychain

In this tutorial you learn step-by-step how to use the iOS keychain to authenticate the app user’s email and password. Code presented in this tutorial assume you are using Xcode 7.3 and Swift version 2.2. So if you are using a older or newer version of Swift, it may produce errors. Fix them by using Xcode’s Fix-it tool. […]

In-App Purchase How To – Part 6

Today you will enter code in the Nifty-IAP project’s ProductViewController.swift file to implement tasks shown on this card. Before proceeding I assume you’ve read part 1, part 2, part 3, part 4, and part 5 of the tutorial. I also assume you created a branch called part6 from the branch called part5. Task 1 Here is a diagram and description […]

In-App Purchase How To – Part 5

Today you will enter code in the Nifty-IAP app’s ProductViewController class to implement In-App Purchase task 4-7. They pretty much enable the app user to purchase Non-Consumable products (music videos) within the Nifty app store and watch them. Remember, the Nifty app store is the tableView that’s on the ProductView and it look like this now: Before, you get started, […]

In-App Purchase How To – Part 4

Today you will enter code in the Nifty app’s ProductViewController.swift file to implement only the first three In-App Purchased tasks shown on this card. Before, you get started, I assume you read part 1, part 2, and part 3 of the tutorial. Also, I assume you created a new branch called part4 from the current branch; which is called part2. Task […]

In-App Purchase How To – Part 3

Today you will perform pre In-App Purchased tasks shown on this card. Before, you get started, I assume you read part 1 and part 2 of the tutorial. Task 1 In iTunes connect, you have to provide Apple your banking and tax information. If you’ve done that already, skip ahead to the second task. Here are […]