Is it safe to put private API keys in your .m files when exporting to the appstore?
问题 I have an app that uses some APIs that allow me to do tasks that cost me money (1 cent per request etc). These APIs have private keys and I'm obviously not supposed to share the keys with anyone. How exactly are iphone apps encrypted? If I include these keys in my .m files in my app and then export to IPA and send to the AppStore are they safe or can someone potentially crack my IPA open and get my keys that are hardcoded in. I know I shouldn't put these in my info.plist or anything because