Module Outline

Use the following resources and work with your mentor to master the objectives for this module. Practice by completing the Mini-Project, Project, and Challenges.

Lesson Video

Preclass Videos

Video Challenges

  • Submit Another App

    If time permits, have the students go through the process and submit Task, Timer, or Timeline for beta review on their own.

  • Prepare Another App

    If time permits, have the students go through the process and submit Task, Timer, or Timeline for App Review on their own.

  • Submit via Fastlane

    Submit a beta version of another project to TestFlight using Fastlane.

Stretch Problem

    Greatest Common Divisor

    1. Read about recursion
    2. Note Google's little joke when you search recursion in Chrome.
    3. Create a function that returns the greatest common divisor of two numbers using recursion. (function calling itself).

    ♦ Black Diamond

    Go back to past stretch problems that have used loops and redo them using recursion.

  • Solution

Project

Mastery Review

Module 25 - Flex - iTunes Connect and Fastlane
  • Expand all
  • Collapse all
  • Greatest Common Divisor stretch problem
  • Challenges
    • Submit Another App objective challenge
    • Prepare Another App objective challenge
    • Submit via Fastlane objective challenge