Hacker News new | ask | show | jobs
by rkunde 904 days ago
I don’t think you can unless you have a jailbroken device. If I remember correctly, entitlements are store in the AppStore receipt file.
1 comments

You can view the entitlements from the extracted ipa by using the codesign tool. So it is totally possible to see if an app has this entitlement.
Oh, I only remembered seeing them inside the mobileprovision file. I’ll take another look, thanks.