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

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -