iOS 11 & Swift 4 - The Complete iOS App Development Bootcamp
5.00 (1)
Software Development / Mobile Development

iOS 11 & Swift 4 - The Complete iOS App Development Bootcamp

Learn iOS 11 App Development From Beginning to End

7 Students enrolled
Intermediate
English
This course includes:
  • 52h 29m
  • 475 Lectures
  • 336 Downloadable assets
  • Full lifetime access
  • Access on Mobile and TV
  • Certificate on completion

Overview

What will students learn in your course?
  • Be able to build any app you want
  • Craft a portfolio of apps to apply for junior developer jobs
  • Build fully-fledged apps for your startup or business
  • Work as a freelance iOS developer
  • Master creating Augmented Reality apps using Apple's new ARKit
  • Create your first Machine Learning app using Apple's new CoreML
What are the requirements or prerequisites for taking your course?
  • No programming experience needed - I'll teach you everything you need to know
  • A Mac laptop or iMac (or a PC running macOS)
  • No paid software required - all apps will be created in Xcode 9 (which is free)
  • I'll walk you through, step-by-step how to get Xcode installed set up
Who is the course for?
  • If you are an absolute beginner to coding, then take this course.
  • If you are a seasoned programmer, then take this course to to get up to speed quickly with Swift 4 and native app development. Start with the Xcode walkthr
  • If you are switching from Objective-C to Swift then this is a fast-track way of doing it. You can get started straight away with the Intermediate Swift Lan
  • If you are a pro iOS developer and want to quickly get up to date with Apple's new iOS 11 APIs, then start with the modules on ARKit and CoreML.
Description
Course tags

Course content

  • 51 Sections
  • 475 Lectures
  • 52h 29m Total length
Getting Started with iOS 11 and Swift 4
1h 21m
11 Lectures

Getting Started with iOS 11 and Swift 4

IMPORTANT ANNOUNCEMENT
0:03:41
How to Get All the Free Stuff
0:06:54
Download Your Massive Asset Bundle Here
0:06:12
Join the Student Community
0:09:13
Get Monthly Tips and Tools to Level Up as a Developer
0:07:30
A Walkthrough of the Xcode Development Environment
0:07:30
Download the Swift Cheat Sheet and a Map of Xcode
0:09:13
The Anatomy of an iOS App
0:06:12
The I Am Rich App
0:06:12
How to Properly Create a New Xcode Project
0:06:54
What is a Bundle Identifier?
0:06:54
Let's Design the User Interface Using Storyboards
0:07:30
How to Position User Interface (UI) Elements
0:07:30
Download the Pre-Prepared Image Assets Here
0:06:12
How to Incorporate Image Assets into Your Xcode Project
0:09:13
What's the Difference Between Points and Pixels & How to Design iOS Image Assets
0:03:41
App Icon Dimensions and a Brief History of Graphics
0:09:13
Asset Catalogue Compiler Warning
0:06:54
Run and Test Your App!
0:07:30
What is Sideloading and How Can You Get Your App onto Your iPhone?
0:06:54
A Note About Sideloading and Permissions
0:03:41
How to Sideload Your App using Xcode
0:07:30
[Optional] How to Get a Professional Apple Developer Account
0:06:12
What are Coding Challenges?
0:09:13
What You Will Create by the End of this Challenge
0:06:54
What is GitHub and How to Download the Stub Projects
0:07:30
Download the Project Stub Here
0:06:54
Step 1 - Add a UILabel
0:07:30
Step 2 - Add and Arrange the ImageView
0:06:12
Step 3 - Design your App to your Heart's Content
0:06:12
Show Off Your Work!
0:03:41
What You'll Make by the End of This Module
0:03:41
Download the Pre-Prepared Image Assets Here
0:03:41
How to Design Your App
0:03:41
Linking Design with Code
0:06:54
[Common Errors] IBOutlets/IBActions Debugging
0:03:41
How to Create Randomisation in Swift
0:06:54
A Note About Playgrounds
0:09:13
Data Types, Constants and Variables
0:09:13
How to Solve the Error: "The Maximum Number of Provisioning Profiles Reached"
0:06:12
Learn About Arrays in Swift and Programmatically Update the Display
0:07:30
[How to Become a Better Programmer] The DRY Principle
0:09:13
How to Add Motion Detection in to Your App
0:06:54
Download the Completed App Project
0:09:13
What You'll Build in this Coding Challenge
0:06:12
Step 1 - Create a New Xcode Project
0:06:54
Step 2 - Download the Image Asset's We've Already Prepared for You
0:07:30
Step 3 - Add App Icons to Your Project
0:06:54
Step 4 - Add the 8 Ball Images
0:06:12
Step 5 - Setup the Canvas
0:03:41
Step 6 - Design the App in Interface Builder
0:06:54
Step 7 - Link the Design with Code
0:06:12
Step 8 - Make the Ball Image Change with Your Code
0:06:54
Step 9 - Make a Method
0:07:30
Step 10 - Add Shake Gesture Detection
0:07:30
If You Get Stuck...
0:06:54
Optional: Magic 8 Ball Solution Walk Through
0:09:13
Introduction to the Programming Modules
0:06:12
Comments, Print Statements and Debug Console
0:07:30
Optional Review: Data Types, Constants and Variables
0:09:13
Swift Functions: Part 1 - The Simple Function
0:09:13
Swift Functions: Part 2 - Functions with Inputs
0:06:12
Swift Functions Part 3 - Functions with Outputs
0:09:13
Control Flow with Conditional Statements in Swift (IF/ELSE)
0:07:30
Download the Completed Swift Playgrounds
0:03:41
[Challenge] Make a BMI Calculator in Swift Playgrounds
0:07:30
Optional: BMI Calculator Challenge Solution
0:06:12
Introduction to Loops in Swift - The For In loop
0:07:30
Using Loops in Your Program
0:06:12
Optional: A Brain Teaser with Loops and the Fibonacci Sequence
0:06:54
What You'll Make by the End of This Module
0:07:30
Download the Skeleton Project
0:03:41
How to Use Tags in the Storyboards
0:06:12
How to Use the Apple Documentation to Tap into Any iPhone Capability You Want
0:07:30
The Swift 4 Programming Language Guide from Apple
0:03:41
Incorporate AVFoundation to Play Sound
0:03:41
Error Catching in Swift 4 - Do, Catch and Try
0:09:13
Create a Method to Contain the Sound Playing Functionality
0:06:54
[Common Swift Errors] "Index Out of Range" and How to Debug it
0:03:41
Make the App Play a Different Sound for Each Button
0:07:30
The Importance of "Scope" in Programming
0:03:41
Download the Completed App Project
0:03:41
What You'll Make by the End of This Module
0:06:54
Download the Skeleton Project Here
0:09:13
Set up the Project
0:07:30
What is a Property List (.plist)?
0:03:41
Let's Create a Data Model
0:06:12
Further Reading
0:06:12
Object-Oriented Programming - What are Objects and Classes?
0:07:30
Object-Oriented Programming (OOP) a Quick Note from Steve Jobs
0:03:41
Creating the Question Bank Class
0:06:12
Initialise the First Question
0:03:41
How to Progress Through the Question Bank
0:09:13
[Debugging Practice] Using the Xcode Debug Console
0:06:12
How to Implement a UIAlertController and Show a Popup to the User
0:09:13
A High Level Overview of How Our App Works
0:06:12
How to Track Progress and Score
0:09:13
How to Incorporate Objective-C Code in to Swift
0:07:30
Background on the Questions
0:09:13
Download the Completed App Project
0:03:41
What You'll Build in This Coding Challenge
0:06:54
A Choose Your Own Adventure Game
0:07:30
Step 1 - Download the Skeleton Project
0:03:41
Step 2 - Make a Note of the Tag Properties
0:09:13
Step 3 - Set up the Introductory Screen
0:06:54
Step 4 - Take the Story One Step Further
0:06:54
Step 5 - Keeping Track of State
0:09:13
Step 6- Use Comparators to Let the User Progress Through the Game
0:07:30
Optional: Destini Solution Walk Through
0:03:41
Why Do We Need Auto Layout?
0:06:12
Positioning UI Elements Programmatically
0:03:41
The Theory Behind Auto Layout
0:06:12
Download the Starting Project Here
0:06:54
Auto Layout in Practice - Setting Constraints
0:06:54
[Challenge] Use What You Just Learnt to Practice Auto Layout
0:03:41
Download the Starter Project Here
0:09:13
Optional: Auto Layout Challenge Solution
0:09:13
New! Auto Layout Using Stack Views
0:06:54
Classes and Objects
0:09:13
Creating a New Class from Scratch
0:06:12
Creating Enums in Swift
0:06:12
How to Create an Object from a Class
0:03:41
Class Initialization
0:03:41
Designated and Convenience Initializers
0:06:12
Creating a Method
0:03:41
Class Inheritance - The Theory
0:06:54
How to Override an Inherited Method
0:06:12
Class Inheritance - Putting it into Practice
0:06:12
What are Swift Optionals?!?!
0:06:12
Optionals Explained
0:09:13
What You'll Make by the End of This Module
0:03:41
Download the Skeleton Project Here
0:09:13
Setting up the Skeleton Project
0:06:12
Sign Up for a Free API Key
0:03:41
What are Cocoapods and Why Do We Need Them?
0:06:12
Install and Setup Cocoapods on Your System
0:06:54
Troubleshooting Cocoapods Installation
0:07:30
Installing New Pods in Your Xcode Project
0:06:12
Fix for Those with a Version of Cocoapods Below 1.0.1
0:06:54
Completing the Pod Installation Process
0:03:41
No Such Module Error
0:09:13
Setting up the Location Manager to Get GPS Data from the iPhone
0:06:12
Asking the User for Location Permissions
0:07:30
Tapping into the GPS
0:07:30
What is Delegation?
0:03:41
Swift Dictionaries
0:03:41
What are APIs?
0:06:54
Networking with Alamofire
0:03:41
Networking & REST Explained
0:09:13
What is JSON and How to Parse it
0:07:30
Create a Weather Data Model
0:07:30
Update the User Interface
0:09:13
Creating and Using Segues in Xcode
0:07:30
Using Delegates and Protocols in iOS App Development
0:06:12
How to Pass Data Between View Controllers
0:06:12
Delegates and Protocols Explained
0:09:13
Request Weather Data Based on City Name
0:06:54
Download the Completed App Project
0:07:30
Introduction to the Command Line
0:06:12
Command Line Shortcuts
0:06:54
Directory and File Manipulation Using the Command Line + Bonus
0:09:13
What You'll Build by the End of This Coding Challenge
0:07:30
Step 1 - Check out the Skeleton Project
0:03:41
How to Set up and Use the UIPicker Class
0:06:12
Step 2 - Construct the API URL
0:09:13
Step 3 - Setup Your Cocoapods for this Project
0:06:12
Step 4 - Make Networking Calls
0:03:41
Step 5 - Parse the JSON Data
0:06:54
Step 6 - Update the User Interface
0:09:13
Step 7 - Are We Rich Yet?
0:06:12
Optional: Bitcoin Challenge Solution
0:06:12
A Note About Firebase Version 4
0:03:41
What You Will Make
0:07:30
What is Firebase?
0:06:54
Download the Skeleton Project
0:03:41
Register for an Account on Firebase
0:03:41
Set Up Firebase for Development
0:06:54
A Note About ProgressHUD
0:03:41
A Note About Potential Issues You Might Encounter
0:09:13
Saving Data to Firebase
0:06:12
Let's Register Some Users to our App
0:06:54
Swift Closures [Advanced Swift]
0:06:54
The Event-Driven Nature of Apps
0:06:54
What are Completion Handlers and How Do They Work?
0:06:12
How Do Navigation Controllers Work and How do You Create Them?
0:06:54
Let's Code Up the Login Screen
0:03:41
What are TableViews and How to Set One Up?
0:07:30
Making a Custom Message Class
0:07:30
A Note About Lecture 190
0:07:30
Learn About UI Animations in iOS and Make Our Own
0:06:12
Let's Send Some Messages!
0:09:13
Observing for Database Changes
0:06:12
Bug Fix - Where's the Historical Message Data?
0:06:54
Update the Security Setting of Your Database
0:09:13
Let's Improve the UX - Add a Progress Spinner
0:09:13
Improving the UI - Differentiating Between Different Users
0:07:30
Download the Completed App Project
0:06:12
A Note About Firebase Version 3
0:03:41
What You'll Make by the End of This Module
0:03:41
What is Firebase?
0:06:12
Download the Skeleton Project
0:07:30
Register for a Free Account on Google Firebase
0:07:30
Set up Firebase for Development
0:06:12
Xcode 9 Bug
0:09:13
Saving Data to Our Own Cloud Database
0:06:54
Let's Register Some Users to Our App
0:07:30
An Overview of Our App
0:06:12
Swift Closures
0:09:13
The Event Driven Nature of Mobile Apps
0:09:13
What are Completion Handlers and How Do They Work?
0:06:54
The Navigation Controller in iOS
0:09:13
How to Use the Swift Guard Statement
0:06:54
Let's Code Up the Login Screen
0:06:12
iOS Table Views and How to Properly Set One Up
0:07:30
Making a Custom Message Class
0:09:13
UI Animations in iOS and How to Make Our Own
0:06:12
Let's Send Some Messages
0:03:41
Observing for Real-Time Database Changes
0:09:13
[Bug Fix] Where are the Historical Messages?
0:09:13
Update the Security Settings for Your Database Before Your Deploy
0:06:54
Let's Improve the User Experience (UX) of Our App
0:07:30
Let's Improve the User Interface (UI)
0:06:54
Download the Completed App Project
0:06:54
Introduction to Version Control and Git
0:03:41
Version Control Using Git and the Command Line
0:07:30
GitHub and Remote Repositories
0:06:12
Gitignore
0:03:41
Cloning
0:06:54
Branching and Merging
0:09:13
Using Git and GitHub in Xcode 9
0:07:30
Forking and Pull Requests
0:06:54
Subclassing a UITableViewController
0:06:54
TableView Delegate Methods and Accessories
0:07:30
Creating a Textfield Inside UIAlert to Add New Items
0:09:13
Why Do We Need Persistent Local Data Storage?
0:03:41
Persistent Local Data Storage Using UserDefaults
0:03:41
UserDefaults Explained
0:06:12
[Advanced Swift] The Swift Singleton Object
0:09:13
Creating a Custom Data Model
0:03:41
[Advanced Swift] The Swift Ternary Operator
0:06:54
Restructuring Our App with MVC
0:03:41
The Concept of iOS Sandboxing
0:07:30
Encoding Data with NSCoder
0:03:41
Decoding Data with NSCoder
0:06:12
Introduction to Databases
0:06:12
How to Setup and Configure Core Data
0:09:13
How to Save Data with Core Data (Create in CRUD)
0:06:54
How to View Your SQLite Database Backend for Core Data
0:03:41
Core Data Fundamentals
0:06:54
Reading Data from Core Data (Read in CRUD)
0:03:41
Updating Data with Core Data (Update in CRUD)
0:07:30
Removing Data from Core Data (Delete in CRUD)
0:03:41
How to Implement a UISearchBar and Querying with Core Data
0:06:54
How to Go Back to the Original List?
0:06:12
How to Create Relationship Graphs in Core Data
0:06:54
[Solution to Challenge] Setting Up CategoryViewController
0:09:13
Adding the Delegate Method
0:09:13
Introduction to Realm
0:06:12
How to Save Data Using Realm (Create in CRUD)
0:03:41
Fetching Data from Realm (Read in CRUD)
0:07:30
Updating Data with Realm (Update in CRUD)
0:06:12
Removing Data from Realm (Delete in CRUD)
0:07:30
Querying Data Using Realm
0:06:54
Review of How Our App Uses Realm for Data Persistence
0:06:54
Making Our Cells Swipeable
0:09:13
Inheriting from SwipeTableViewController
0:09:13
[Solution to Challenge] Inheriting from SwipeTableViewController
0:06:12
Adding Colour to Our App
0:06:54
[Solution to Challenge] Persisting the Colour Property
0:07:30
Creating Gradient Flow Cells
0:03:41
Updating the UI of the Navigation Bar
0:06:54
The Completed App Project
0:06:12
Supervised Learning
0:09:13
Unsupervised Learning
0:06:12
Reinforcement Learning
0:09:13
A Quick Note About Xcode and iOS Versions
0:03:41
What is CoreML?
0:07:30
How to Import the Image Recognition Model & Enable Camera Functionality
0:06:12
Getting Image Recognition Results Back from Our V3 Model
0:06:54
Hotdog or Not Hotdog?
0:06:54
Download the Completed App Project
0:07:30
What You'll Make by the End of This Module
0:09:13
A Note About The Next Lecture
0:07:30
How to Install and Use Carthage as a Dependency Manager
0:06:54
Carthage Installation Links
0:07:30
How to Implement the Camera and Photo Library Functionality in iOS
0:03:41
How Use A Pre-Trained Neural Net from IBM to Classify Any Image
0:06:12
How to Process the Data You Get Back from IBM Bluemix
0:06:12
Let's Beautify Our App and Make it Look Like the Real Deal
0:06:54
Download the Completed App Project
0:09:13
Installing CoremlTools using Python PIP
0:03:41
Converting a Caffe Model into MLModel
0:03:41
[Challenge] - Set up a UIImagePickerController
0:03:41
[Solution] - Setting up a UIImagePickerController
0:07:30
[Challenge] Getting Classifications from Our Model
0:06:12
[Solution] Getting Classifications from our Model
0:06:12
[Challenge] Adding Cocoapods to Our Project
0:06:54
[Solution] Adding Cocoapods to Our Project
0:09:13
[Challenge] Making HTTP GET requests to Wikipedia using Alamofire and REST
0:06:54
[Solution] Making HTTP GET requests to Wikipedia using Alamofire and REST
0:06:54
[Challenge] Parsing the JSON Result using SwiftyJSON
0:06:12
[Solution] Parsing the JSON Result using SwiftyJSON
0:06:54
Displaying Images From a URL using SDWebImage
0:07:30
[Optional Lesson] Creating the App Icon From Scratch and Styling the App
0:06:12
Download the Completed App Project
0:06:54
ARKit Device Compatibility
0:09:13
Introduction to Augmented Reality and ARKit
0:09:13
How to Setup and Configure Your Project for AR
0:03:41
How to Create a 3D Object in Augmented Reality
0:03:41
Bring the Moon into Your Living Room Using AR
0:06:12
How to Find and Import 3D Models for AR
0:06:12
Update to ARKit Syntax
0:07:30
How to Detect Horizontal Planes in the Real World
0:07:30
How to Detect Touch on Real World 3D Objects
0:03:41
How to Place Our Dice in 3D Using Touch
0:07:30
How to Animate 3D Objects in AR
0:03:41
How to Animate and Roll all the 3D Dice at Once
0:06:54
How to Remove Our 3D Objects from the AR Scene
0:03:41
[Optional Lesson] Refactoring Our Code for Better Readability
0:06:12
Download the Completed App Project
0:07:30
Install Unity 5
0:06:12
Setting Up Vuforia and Unity 5
0:06:54
Conjuring Your Pikachu in Augmented Reality
0:06:12
What We'll Make By the End of This Module
0:03:41
Adding the Start and End Measuring Points in 3D
0:03:41
A Note About The Next Lecture
0:07:30
Measuring the Distance in AR
0:03:41
Creating 3D Text to Display in AR
0:09:13
Enabling New Measurements
0:09:13
Download the Completed App Project
0:06:12
How to Publish Your App on to the App Store
0:03:41
Resources to Check Out When You're Ready to Publish
0:06:54
Useful Tools to Help You with App Submissions
0:06:12
Where to Go From Here?
0:06:12
Resources
0:06:12
Introduction to App Design
0:07:30
Why Design is Important for an App Entrepreneur
0:03:41
Designer vs. Non-Designer Thinking
0:09:13
Understanding the Mood of Your Colour Palette
0:06:12
How to Combine Colours to Create Colour Palettes
0:06:12
Tools for Designing with Colour
0:07:30
Further Reading on Designing with Colour
0:09:13
Introduction to Typography
0:09:13
The Serif Type Family - Origins and Use
0:06:12
The Sans-Serif Type Family - Origins and Use
0:03:41
How Typography Determines Readability
0:09:13
How to Combine Fonts Like a Pro
0:09:13
Further Reading on Typography
0:07:30
What is User Interface (UI) Design?
0:06:12
The Tour Guide Approach to UI Design
0:03:41
The Importance of Alignment
0:03:41
What is Good Practice in Interaction Design
0:03:41
Colour in User Interface Design
0:03:41
The Many Ways of Designing Text Overlays
0:03:41
How to Be an Attention Architect
0:03:41
Further Reading on User Interface Design
0:07:30
What is User Experience (UX) Design?
0:09:13
Usability
0:06:54
Asking for Permissions
0:06:12
User Profiling
0:03:41
Form vs. Function
0:09:13
Consistency
0:03:41
Simplicity
0:06:54
Don't Make Me Think
0:06:54
Onboarding
0:03:41
Idiot Boxes
0:06:54
Further Reading on User Experience Design
0:09:13
Android vs. iOS Design
0:09:13
Navigation
0:06:54
The Devil is in the Details
0:06:12
Differences in Icon Design
0:06:12
Flat Design vs. Material Design
0:06:54
Differences in Establishing Visual Hierarchy
0:03:41
iOS and Android Design Guidelines
0:09:13
Step1 - Design Patterns and Colour Palettes
0:06:54
Where to Find Design Patterns and Colour Palettes
0:06:54
Step 2 - How to Create a User Flow Diagram
0:03:41
Step 3 - How to Create Wireframes
0:07:30
Wireframing Resources
0:09:13
Step 4 - How to Create Professional Mockups
0:09:13
Tools for Creating Mockups
0:07:30
How to Use Sketch to Create Mockups
0:07:30
[Optional] Watch me Create a Mock up Using Sketch
0:09:13
How to Use Canva to Create Mockups
0:06:54
Your Turn to Create Your Own Mockups
0:03:41
Tools and Resources for Creating Mockups
0:03:41
Step 5 - How to Create an Animated App Prototype
0:07:30
Tools and Resources for Creating Prototypes
0:07:30
Prototyping with Keynote
0:09:13
Prototyping with Marvel
0:03:41
Your Turn to Create a Prototype
0:03:41
Where to Find Free-For-Commercial-Use Image Assets
0:06:54
Where to Find Free-For-Commercial-Use Icons
0:06:12
How to Keep Designing and Improving
0:07:30
The Importance of App Marketing
0:09:13
The Fallacy of Build it and They Will Come
0:06:54
The Importance of Idea Validation
0:03:41
1. The Simplest Way of Validating Your Idea - The Starbucks Method
0:06:54
2. Using Google Trends to Estimate the Size of Your Market
0:09:13
3. The Landing Page Validation Method
0:03:41
How to Create a Landing Page Website in Less than an Hour
0:06:12
4. Creating a Minimum Viable Product
0:06:12
5. Using Crowd-funding to Validate and Fund Your Idea
0:09:13
How to Monetise Your App on iOS vs. Android
0:07:30
When You Should Create a Paid App
0:06:12
When to use In-App Advertisements
0:09:13
How You Thought About These Alternative Monetisation Models?
0:06:12
How to Get an App icon Designed without Breaking the Bank
0:09:13
Split Testing for Super Success
0:07:30
What Makes a Good App Icon?
0:06:12
The Dos and Don'ts of Making App Screenshots
0:06:12
Tools for Building Screenshots
0:06:54
Your First 1000 Customers
0:06:12
Building an Email List
0:09:13
The All Important Landing Page
0:06:54
Blogging Your Way to Success
0:09:13
Content Marketing for App Downloads
0:07:30
How to Successfully Launch on Product Hunt
0:07:30
How to Launch on Beta List
0:03:41
How to Launch on Hacker News
0:06:54
If At First You Don't Succeed...
0:06:12
Cross Promotion
0:09:13
Social Referrals and Social Queuing
0:03:41
How to Make Social Media Work for You
0:06:54
Do I Need a PR Agency?
0:06:12
Not All Press is Created Equal
0:06:12
How to Craft Your Story
0:09:13
How to Craft Your Pitch
0:09:13
How to Figure Out Which Journalists to Pitch
0:09:13
How to Find Anyone's Email Address
0:06:54
How to Pitch a Journalist
0:09:13
Just-Add-Water Journalist Pitch Email
0:06:54
Establishing a Relationship with a Journalist
0:06:54
What if You Still Can't Get Anyone to Write About You?
0:07:30
Final Tips on Getting Press
0:07:30
How to Get Featured on the App Store?
0:09:13
"Only on the App Store"
0:03:41
Work with the Corporate Mindset
0:06:54
Native vs. Cross-Platform Apps
0:09:13
Tips and Tricks for Getting Featured
0:03:41
What is App Store Optimisation (ASO)?
0:09:13
Top Tips to Optimise Your App Store Listing
0:06:12
My Complete ASO Workflow
0:06:12
Using Apple Search Ads as a Research Tool
0:06:12
Early vs. Late Game Strategies
0:03:41
Differences Between Google Play and Apple App Store
0:07:30
When to use Paid Advertising or App Marketing
0:03:41
Always Test Before You Advertise
0:09:13
Which Platform to Advertise On?
0:03:41
How Much Does it Cost?
0:09:13
How to Setup Your Facebook Ad
0:03:41
Use Your Competitors' Ad Budget
0:06:12
Where Can I Find More Customers?
0:03:41
One Weird Trick to Get More Money from Apple
0:06:12
How to Get More 5 Star Ratings and Reviews
0:03:41
Use This Free Tools to Monitor Your App Reviews
0:06:54
How to use App Analytics to Increase User Retention
0:06:12
White Hat Techniques
0:06:54
Black Hat Techniques
0:06:12
A 5 Second Way of Building a Web Page for Your iOS App
0:03:41
How to Use Bootstrap to Build Your App Showcase Website
0:06:12
It's Time to Work Out Your Marketing Strategy
0:03:41
Monthly Student-Built App Showcase
0:09:13
Ask Me Anything - Questions for Angela - Episode 1
0:03:41
Ask Me Anything - Questions for Angela - Episode 2
0:09:13
Ask Me Anything - Questions for Angela - Episode 3
0:07:30
Bonus Lecture: Check out my other courses
0:07:30

About tutor

Ariel Bednar
4.00 (1)

Ariel Bednar

Courses 3

I'm a self-starter with a lot of enthusiasm who can work quickly and efficiently. I began teaching English in 2014 and am continuously learning more about this profile. I make learning enjoyable for students by allowing them to talk freely, make errors, and learn at their own speed and style.

View profile

Ratings & reviews

5.00

Overall ratings
  • 5
    0%
  • 4
    0%
  • 3
    0%
  • 2
    0%
  • 1
    0%