iOS Application Security

Is it vulernble, when we keep confidential data like Access tokens in info.plist file for iOS application. If No , please recommend a way for this?

Is it vulernble, when we keep confidential data like Access tokens in
info.plist file for iOS application.

This is essentially a DRM question. You want to give the user something (an app that contains an access token) but restrict how they use it. DRM is a tricky business, with no single answer that fits all circumstances. See this thread for more.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
iOS Application Security
 
 
Q