Keep Your API Keys Safe

Get those important strings out of your code and into PLIST files

Peter Friese
Better Programming
Published in
7 min readAug 19, 2020

--

Image is based on Security by Komkrit Noenpoempisut from the Noun Project

Many APIs require developers to provide an API key and/or API secret to be able to access the API.

This is both to identify the app that is accessing the API and to limit access to the API for apps that are known to the API.

--

--