executable file path in iOS Device

Hi team,


I want to find application executable file path in iOS Device. I actually need to find the checksum of executable file. Please suggest. If we can find the checksum of the executable file without knowing it's path, then also it will be fine.


Thanks

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"
executable file path in iOS Device
 
 
Q