App Monetization: A Deep Dive

App Monetization: A Deep Dive

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 5h 05m | 2.30 GB

Master iOS in-app purchases with XCode Project

This is the most comprehensive, yet straight-forward course for the mobile application programming. Whether you have never programmed before, already know basic syntax, this course is for you! This course will teach you core data in a practical manner, with every lecture. Learn mobile app building in a way that will advance your career and increase your knowledge, all in a fun and practical way!

A complete course packed with step-by-step instructions, working examples, and helpful advice. This course is clearly divided into small parts that will help you understand each part individually and help you learn at your own pace.

What You Will Learn

  • Setting up consumable IAP Tier
  • Work with consumables and non-consumables
  • Learn more about app subscriptions
Table of Contents

01 IAP’s – Creating Xcode Project
02 IAP’s – Creating App on iTunes Connect
03 IAP’s – Setting up consumable IAP Tier
04 IAP’s – Building StorefrontVC
05 IAP’s – Building DetailVC
06 IAP’s – Configuring UICollectionView
07 IAP’s – Passing values to DetailVC
08 IAP’s – Create IAPService Singleton
09 Consumables – Making consumable purchases
10 Consumables – Sending purchase notifications
11 Non-Consumables – Non-Consumable IAP Tier
12 Non-Consumables – Making Non-Consumable Purchases
13 Restoring In-App Purchases
14 Intro to Subscriptions
15 Subscriptions – Exploring the starter project
16 Subscriptions – How to Set up App in iTunes Connect
17 Setting up auto-renewing subscription tier (iTunes Connect)
18 Buying an auto-renewing subscription
19 Subscriptions – Saving to UserDefaults
20 Subscriptions – Preventing theft_fraud with iTunes receipt validation
21 Saving expiration date to UserDefaults & checking for active subscription
22 Checking for valid_active subscription & handling Expiration – Part 1
23 Checking for valid_active subscription & handling Expiration – Part 2
24 Troubleshooting subscription issues
25 Challenge – Subscriptions