Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
iOS 14 & Swift Chat Application Like Whatsapp Viber Telegram
Rating: 4.6 out of 5(199 ratings)
1,931 students

iOS 14 & Swift Chat Application Like Whatsapp Viber Telegram

Learn how to build iOS14, Swift 5 Chat application with Firebase, MessageKit, Push Notifications using latest xCode 12
Last updated 7/2023
English
English [Auto],

What you'll learn

  • Developing ios 14 application
  • Using fiorebase
  • Sending push notifications
  • Writing clean code

Course content

9 sections133 lectures28h 2m total length
  • Getting Xcode4:37
  • Create xcode project4:04

    Create an Xcode project for a Swift chat app, configuring name, team, bundle identifier, interface, language, and deployment target. Prepare to install third-party libraries with CocoaPods in the next lecture.

  • Installing cocoapods21:23

    pod 'Firebase/Core'

    pod 'Firebase/Auth'

    pod 'Firebase/Firestore'

    pod 'Firebase/Storage'

    pod 'Firebase/Analytics'

    pod 'Firebase/Messaging'

    pod 'FirebaseFirestoreSwift'


    pod 'Gallery'

    pod 'RealmSwift'


    pod 'ProgressHUD'

    pod 'SKPhotoBrowser'


    pod 'MessageKit'

    pod 'InputBarAccessoryView'


  • Login View UI18:27
  • Connecting UI to code12:09
  • Updating placeholder labels14:59

    Learn to update placeholder labels for email, password, and repeat password fields as users type, using text field edits and delegates, and conditionally reveal the sign-up button.

  • Login sign up animations11:06

    Toggle between login and sign-up views by updating titles, labels, and field visibility, and animate the transitions with a 0.5-second duration using asset images for login and register.

  • Show notifications for data input16:19

    Learn to hide the keyboard with a background tap gesture recognizer, and implement data input checks for login, register, and forgot password, with clear error messages.

  • User Struct17:40

    Create a custom user struct with id, username, email, push id, and avatar link, encoded to and decoded from firebase data, with current user helpers and equatable by id.

  • Firebase User listener part 121:34

    Build a Firebase user listener in Swift, create top-level collections with a helper, and use a singleton to register users, send verification emails, and save user data to user defaults.

  • Firebase User listener part 2 (Registration)15:12
  • Firebase User listener part 3 (Login)18:12

    Master the Firebase login flow with email and password, including email verification and error handling. Download the user object from Firebase and save a copy to local storage on login.

  • Resend Password and Verification email12:43

    Learn how to resend verification email and reset passwords using Firebase user listener, including accessing current user, reloading data, and handling completion with errors.

  • Login and go to app function6:05
  • Autologin8:23

    Enable autologin by listening for Firebase authentication changes to detect the current user. Then switch the root view controller to the main view when a user is logged in.

Requirements

  • xCode (Free from Apple)
  • Mac
  • Experience with Swift and xCode

Description

In iOS 14 & Swift Chat Application Like Whatsapp Viber Telegram, we are going to build a real-world iOS application. And when I say real world, I mean you can use this App every day, communicate with friends and family!

Unlike any other courses on Udemy, I always teach full real-world apps, when we finish with the course, we are going to have an app ready to post to AppStore. This iOS14 Chat Application can easily replace your native iOS chat app or WhatsApp.

What our app will include:

· One on one chat

· Channels

· Multimedia messages (Photo, Video, Audio, Location)

· Push Notifications

· Firebase users Authentication

· Firebase storage

· Firebase Firestore

· Firebase Cloud Messaging

· Custom UUCollection views

· Custom UITableviews

· Git Source control

· the app covers many more topics its, impossible to include all of them here


This iOS 14 & Swift Chat Application Like Whatsapp Viber Telegram is NOT a beginner-level course. You need to know your way around the xCode, be familiar with it, you have to have basic knowledge in Swift and application building. We are going to start from scratch and build the application together. All assets will be provided by me. I will type and explain every line of code. the course is around 35 hours long. And by the time we finish, you will learn a lot of new things even if you are an experienced, iOS developer.

The curse will teach you how to write clean code, structure your app development, so even if you get back to your code in few years, you can read and understand it clearly.

We are also proud to say that we have one of the best Support available on Udemy! Our Q/A Section is constantly monitored and all questions are answered within few hours, Sometimes we even chat with students in real-time to help them with the issues they may face during the study.

Don’t waste your time on low-quality courses where you don't even get the support of the instructor


Don't just take our word for it, check out our other courses and what other students have to say about our courses!

We are so confident that you'll love this course that we're offering a FULL money-back guarantee for 30 days, No Questions Asked!

So what are you waiting for? Click the Buy Now button and join the best iOS 14 & Swift Chat Application Like Whatsapp, Viber, and Telegram development course and let's get started.

Who this course is for:

  • Anyone who want to learn advanced iOS Development