Invalid Entitlement.plist for my iphone?
i m sending .ipa file and ad-hoc provisional profile to my friend for installing开发者_开发知识库 my application in his iphone through itunes of windowsXP But it shows invalid entitlement.plist for his iphone. please reply me as soon as possible, And i also does not know about importance of entitlement.plist file. Thanks in advance for sending me answer.
When you build an ad-hoc, make sure that you have created an entitlements.plist file (this is just for ad-hoc) and that get-task-allow
is false
(i.e., not checked).
You also have to make sure that your entitlements.plist file is specified in your ad-hoc build configuration. It is under the Code Signing section an set in the Code Signing Entitlements row.
I had a similar problem with my ipa. When I was doing the "distribute for enterprise" I was leaving the signing option by default. If you just select in the drop down list "Don't Sign" it should work. At least, for me it fixed the problem.
精彩评论