How To Store API Keys For Staging & Production Environments

preview_player
Показать описание
In this video, we explore how to handle API keys on the front end.

Master the skills to become a senior iOS developer

Build a Swift Package Manager library

Build a finance stocks app

Build a ToDoList app with Firebase

Send emails inApp with Sendgrid API

Build a weather app with Alamofire 5 and REST API

Build onboarding flows with Lottie animations

Build a basic onboarding flow for beginners
Рекомендации по теме
Комментарии
Автор

Why is this approach "safer" than just putting API keys into the source code?
AFAIK plists are not encrypted, so we're facing the same issue here as in `UserDefaults` vs `Keychain`, meaning a hacker can access these plists without a lot of hassle.

iharandreyev
Автор

Thanks 🙏 for the guide Kelvin. So much love from me…take care of your child 👦 and I pray 🙏 for the child’s restoration of good health

waheedafolabi
Автор

Would this works outside of Xcode meaning app in the appstore

dima
Автор

What would be a better practice instead of using this approach?

miguelgonzalez
Автор

I found a production api key when testing on staging environment. What's impact?

vasumudiraj