I just wanted to make sure: What happened to all the lines, URLs that I have in my binary?
When I create a project and then look at the contents of the binary file (when the project is called something, something.app is generated and inside the binary file: "something") using Smultron or any other source editor, I can easily find all the lines. which I use in the application, in this case, the API URL and localization keys, such as "login TITLE" (link to Localization.strings).
My application is approved and I downloaded the application. Renamed ipa to zip and extracted. To my surprise, in binary code I could not find a single line - no URLs, no others.
Does this mean that my application was confused or was encrypted with Apple DRM?
Relationship Chris
xcode cocoa app-store
Chris rutkowski
source share