objective c - What's the best way to store a Framework/API key for an iOS/Mac project? -


As an example, we take the Google APIs, to start using your framework properly, The key should be / P>

Since I do not want the keys to be clearly available in a configuration file inside .ipa, I am specifying the api key in one of my implementation files, such as something:

 code  

Is this the best way to do this in terms of security? If not, what options do I have?

Thanks in advance!


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -