I want to find application executable file path in iOS Device.
For your own app? That is, for the main executable of the current process? If so, there are lots of ways to get that but the simplest is probably
_NSGetExecutablePath
.
I actually need to find the checksum of executable file.
I suspect I know where you’re going here, and it’s not a happy place. This post explains why.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"