bobbyali / kidsvidz

KidsVidz - Simple and Safe iOS YouTube player for young children
0 stars 1 forks source link

Hide API key and restrict key with Bundle ID #3

Open bobbyali opened 9 years ago

bobbyali commented 9 years ago

The API key is clearly visible and needs to be hidden somehow.

bobbyali commented 9 years ago

Someone on the Thinkful slack group suggested that I look into Keychain Services API.

Possibly helpful links: Apple Security guide iOS Security cheat sheet

bobbyali commented 9 years ago

Tudor says normally keys are left in code, even when using APIs like Parse for backend dbs.

bobbyali commented 9 years ago

Also need to restrict the API key with the Bundle identifier.