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:
codeIs this the best way to do this in terms of security? If not, what options do I have?
Thanks in advance!
Comments
Post a Comment