How to add a Marker on Tap and fetch Address using GeoCoding API

Previous Maps Series Tutorial Links

In this tutorial we’ll see how to add Map Markers by tapping on the Google Map and also fetch the Address using GeoCoding API.

This tutorial is the sixth in the series of implementing various types of Maps in Swift, so make sure you have subscribed 👆to our channel and you have hit the notification button 🔔

  • đź“ŚPreface of the current tutorial from 00:03
  • đź“ŚRecap of the Tutorial 1 from 01:24
  • đź“ŚAdding the Marker on Tap from 02:27
  • đź“ŚAdding GeoCoding API from 05:51
  • đź“ŚQuerying the GeoCoding API from 08:11
  • đź“ŚDemo, Showing MapView enabled from 22:59

We upload new videos every week! Please reach out to me on the comments section if you have any doubts on this topic. Also, please Like & Subscribe the Channel and help us being part of your journey to learn Swift. Cheers until the next video! #MapMarker #GoogleMaps #Geocoding

How to implement Custom Authentication with Email ID and Password in Firebase Authentication?

This tutorial we see how to implement Custom Authentication with Email ID and Password using Firebase Authentication in Swift. Make sure you have subscribed 👆to our channel and you have hit the notification button 🔔

  • đź“ŚPrecap of this tutorial from 00:33
  • đź“ŚAdding Firebase Authentication Pod from 03:15
  • đź“ŚRegistration of the Customer from 05:30
  • đź“ŚLogin of the Customer from 12:16
  • đź“ŚManaging Login Session of the Customer from 14:16
  • đź“ŚSetting up the Firebase Authentication project from 16:37
  • đź“ŚEnabling the Forgot Password functionality from 20:40
  • đź“ŚDemo: Seeing it all work from 27:41

We upload new videos every week! Please reach out to me on the comments section if you have any doubts on this topic. Also, please Like & Subscribe the Channel and help us being part of your journey to learn Swift. Cheers until the next video! #Custom #Authentication #Swift #IOS

How to implement In-App Purchases using StoreKit in Swift?

This tutorial we see how to implement In-App Purchases using StoreKit in Swift. Make sure you have subscribed 👆to our channel and you have hit the notification button 🔔

  • đź“ŚPrecap of this tutorial from 00:14
  • đź“ŚAdding StoreKit Configuration File from 02:28
  • đź“ŚDefining the Store Catalogue from 03:28
  • đź“ŚDefining the Catalogue in ViewController from 11:53
  • đź“ŚRequest a single product item from StoreKit from 14:49
  • đź“ŚWriting the ProductRequest Stub from 18:51
  • đź“ŚHandling PaymentQueue from 22:42
  • đź“ŚConfiguring Xcode to Lookup the StoreKit Configuration File from 27:35
  • đź“ŚDemo: Seeing it all work from 28:24

We upload new videos every week! Please reach out to me on the comments section if you have any doubts on this topic. Also, please Like & Subscribe the Channel and help us being part of your journey to learn Swift. Cheers until the next video! #InAppPurchase #Storekit #Swift #IOS

How to implement the Full Screen Ads with Google AdMob?

Ad Series: Tutorial 2 đź“ť

This is a brand new series, in which we will see how to integrate Google Admob in your Swift project. Tutorial 1 Link:

https://youtu.be/ONAzuNxo5_M

Google AdMod AdUnit to Test: a-app-pub-3940256099942544/4411468910

This tutorial is the second in the series of implementing Google Admob, we see how to implement the Interstitial Ads / Full Screen Ads in your iOS App so make sure you have subscribed 👆to our channel and you have hit the notification button 🔔

  • đź“ŚRecap of the tutorial 1 from 00:18
  • đź“ŚPrecap of this tutorial from 00:31
  • đź“ŚImplementing the Full Screen Interstital Ad from 01:34
  • đź“ŚImplementing the Timer to show the Interstitial Ad from 02:40
  • đź“ŚWriting the event handlers for the delegate from 12:55
  • đź“ŚDemo, seeing it all work from 15:03 We upload new videos every week!

How to implement the Banner Screen Ads with Google AdMob?

Ad Series: Tutorial 1 đź“ť

This is a brand new series, in which we will see how to integrate Google Admob in your Swift project. This tutorial is the first in the series of implementing Google Admob in your iOS App so make sure you have subscribed 👆to our channel and you have hit the notification button 🔔

đź“ŚPrecap of the tutorial from 00:28

đź“ŚSetting up the Google AdMob account from 00:56

đź“ŚAdding the App In the AdMob from 02:48

đź“ŚAdding the Pod for GoogleMobileAds from 04:40

đź“ŚImplementing the AdMob in Swift from 06:19

đź“ŚSetting the Ad Units in AdMob from 09:13

đź“ŚDemo, seeing it all work from 23:02

We upload new videos every week! Please reach out to me on the comments section if you have any doubts on this topic. Also, please Like & Subscribe the Channel and help us being part of your journey to learn Swift. Cheers until the next video! #Google #AdMob #Swift #Ad

How to get Device Token in Swift ?

App Notification Series: Tutorial 3 đź“ť

This is a brand new series, in which we will be covering the usage of Google Firebase Cloud Messaging Notifications in your Swift project.

Tutorial one link: https://youtu.be/aMXhaR_LQ7M

Tutorial one link: https://youtu.be/AFGw2gxpOmE

This tutorial is the second in the series of implementing Notifications in your iOS App so make sure you have subscribed 👆to our channel and you have hit the notification button 🔔

đź“ŚRecap of the previous tutorial from 00:21

đź“ŚWriting the code to get Device Token from 02:04

đź“ŚDemo. Seeing it all work from 06:46

We upload new videos every week! Please reach out to me on the comments section if you have any doubts on this topic. Also, please Like & Subscribe the Channel and help us being part of your journey to learn Swift. Cheers until the next video!

#Google #Firebase #Cloud #Swift #Messaging

How to read and parse Google Firebase Cloud Messaging Notifications in Swift ?

App Notification Series: Tutorial 2 đź“ť

This is a brand new series, in which we will be covering the usage of Google Firebase Cloud Messaging Notifications in your Swift project.

Tutorial one link: https://youtu.be/aMXhaR_LQ7M

This tutorial is the second in the series of implementing Notifications in your iOS App so make sure you have subscribed 👆to our channel and you have hit the notification button 🔔

  • đź“ŚRecap of the previous tutorial from 00:28
  • đź“ŚPrecap of the current tutorial from 01:25
  • đź“ŚImplementing reading push notifications from 02:53
  • đź“ŚSending a test message from Firebase Console from 05:17
  • đź“ŚReading push notifications if the app is in Background from 13:05
  • đź“ŚWriting the code to read the notifications from userinfo dictionary from 15:16
  • đź“ŚAdding Background mode capabilities from 19:46

We upload new videos every week! Please reach out to me on the comments section if you have any doubts on this topic. Also, please Like & Subscribe the Channel and help us being part of your journey to learn Swift.

Cheers until the next video!

#Google #Firebase #Cloud #Swift #Messaging

How to implement Google Firebase Cloud Messaging Notifications in Swift

This is a brand new series, in which we will be covering the usage of Google Firebase Cloud Messaging Notifications in your Swift project. This tutorial is the first in the series of implementing Notifications in your iOS App so make sure you have subscribed 👆to our channel and you have hit the notification button 🔔

  • đź“ŚPreface of the current tutorial from 00:22​
  • đź“ŚCreating a Project in Google Firebase from 00:56​
  • đź“ŚRegister the iOS app in Google Firebase Console from 02:33​
  • đź“ŚInstalling the Cocoa Pods for Firebase Messaging from 05:17​
  • đź“ŚAdding the capabilities for Push Notifications from 07:51​
  • đź“ŚImplementing Google Firebase Cloud Messaging from 08:41​
  • đź“ŚCreating Push Notifications Key from 17:18​
  • đź“ŚUploading the P8 file into Google Firebase Console from 19:37​
  • đź“ŚAdding the GoogleService-Info URL Types into Project from 22:09​
  • đź“ŚDemo, seeing it all work from 23:08

​We upload new videos every week! Please reach out to me on the comments section if you have any doubts on this topic. Also, please Like & Subscribe the Channel and help us being part of your journey to learn Swift. Cheers until the next video!

#Google​ #Firebase​ #Cloud​ #Swift​ #Messaging

Add Markers / Annotation on a Map with Long Tap Gesture in Swift – Apple Maps

Maps Series: Tutorial 5 đź“ť

We upload new videos every week! Please reach out to me on the comments section if you have any doubts on this topic. Also, please Like & Subscribe the Channel and help us being part of your journey to learn Swift. Cheers until the next video! #LongTapGesture #AppleMaps #Gesture #Swift

In this tutorial we’ll see how to capture the the coordinates using the Long Tap Gesture on an Apple Map and adding a Marker / Annotation on the tapped location. This tutorial is the fifth in the series of implementing various types of Maps in Swift, so make sure you have subscribed 👆to our channel and you have hit the notification button đź””

  • đź“ŚRecap of Tutorial 4 from 00:21
  • đź“ŚPreface of the current tutorial from 01:09
  • đź“ŚAdding Delegate for Gesture Recognizer from 01:24
  • đź“ŚBinding the Gesture to the Apple Map from 01:59
  • đź“ŚFetching the coordinates from the Tapped Location from 03:02
  • đź“ŚAdding the Annotation / Marker on the Tapped Location from 07:29
  • đź“ŚDemo, Showing MapView with Long Tap Gesture enabled from 09:51

We upload new videos every week! Please reach out to me on the comments section if you have any doubts on this topic. Also, please Like & Subscribe the Channel and help us being part of your journey to learn Swift. Cheers until the next video!

#Geocoding #AppleMaps #MKDirections #Swift #Geocoder

How to use MKDirections and Geocoding in Apple Maps in Swift 5?

Maps Series: Tutorial 4 đź“ť

Tutorial 1 Link: https://youtu.be/3puhsH0WzfU

Tutorial 2 Link: https://youtu.be/GchCyohg_2k

Tutorial 3 Link: https://youtu.be/jNeNgPvhmok

In this tutorial we’ll see how to capture the current user’s location and then use Geocoding to fetch the coordinates of the location that the user desires and show the route to that location using MKDirections API. This tutorial is the fourth in the series of implementing various types of Maps in Swift, so make sure you have subscribed 👆to our channel and you have hit the notification button đź””

Index

  • đź“ŚRecap of Tutorial 3 from 00:26
  • đź“ŚAdding CLGeocoder from 03:34
  • đź“ŚQuerying the CLGeocoder from 04:04
  • đź“ŚParsing the response from CLGeocoder from 04:57
  • đź“ŚFetching the coordinate from CLGeocoder from 09:46
  • đź“ŚQuerying the MKDirections API from 10:34
  • đź“ŚPlotting the response from MKDirections into MapView from 14:35
  • đź“ŚAdding the Map Renderer from 18:26
  • đź“ŚDemo, Showing MapView with MKDirections from 22:40

We upload new videos every week!

Please reach out to me on the comments section if you have any doubts on this topic.

Also, please Like & Subscribe the Channel and help us being part of your journey to learn Swift. Cheers until the next video!

#Geocoding #AppleMaps #MKDirections #Swift #Geocoder