I wanna know if it's possible to add sensitive information in info.plist (or another plist). Now I'm developing a framework, and I need some information, like "app secret" from the app. Is it okay to put this information in plist?
I wanna know if it's possible to add sensitive information in info.plist (or another plist). Now I'm developing a framework, and I need some information, like "app secret" from the app. Is it okay to put this information in plist?
Several frameworks that I've used do this.
Probably this is what you are looking for Access plist from framework