How to support RTL and Switch between Languages in your App at Runtime in Swift?

Localization Series: Tutorial 3 📝

In this tutorial we’ll see how to localize your App’s Name in Swift.

🔗 Link for Tutorial 1: https://youtu.be/3YJS5u1FZp4

🔗 Link for Tutorial 2:https://youtu.be/6ZIYdNa2c84

This tutorial is the last in the series of Localization that we have covered.

From the next tutorial onwards we will looking forward to explore more about Swift. So, make sure you have subscribed 👆to our channel and you have hit the notification button 🔔

  • 📌Introduction & Recap at 00:25
  • 📌Adding the RTL Support at 03:38
  • 📌Importing the LanguageManager pod file at 07:40
  • 📌Building the feature to switch between language at Runtime at 11:47

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!

#Localization #Swift #RTL

Crashlytics and the Issues faced

In this tutorial we’ll talk about the issues that were reported in comments by the viewers.

They are:

1. Add Firebase iOS SDK (4.3.0) or higher then Build and Run and Crash your App

2. Upload missing DSYMs to see ‘X’ Crashes

  • 📌Background of Firebase Crashlytics Implementation at 00:59
  • 📌Checking for the issue “Add Firebase iOS SDK (4.3.0) or higher then Build and Run and Crash your App” at 03:23
  • 📌Summarizing the issue “Add Firebase iOS SDK (4.3.0) or higher then Build and Run and Crash your App” at 09:01
  • 📌Checking for the issue “Upload missing DSYMs to see ‘X’ Crashes” at 09:45
  • 📌Possible Reasons for “Upload missing DSYMs to see ‘X’ Crashes” at 10:13
  • 📌Downloading DSYMs from the appstoreconnect at 12:23
  • 📌Manually uploading the DSYMs from the Terminal at 13:20
  • 📌Configuring the project by adding a new Run Script for uploading the DSYMs at 17:09

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!

#Crashlytics #Swift #DSYMs