Quote:
Originally Posted by autoalert
After trying many different things including the random approach I think i've finally hit upon the answer
It seems that Apple now require you to add the following lines into entitlements.plist. Before I only had the get-task-allow key.
Code:
<key>application-identifier</key>
<string>9M234HNM4D.com.autoalert.appname</string>
<key>get-task-allow</key>
<false/>
<key>keychain-access-groups</key>
<array>
<string>9M234HNM4D.com.autoalert.appname</string>
</array>
Where the number is taken from the appid in the provision profile section of the iPhone Provision portal (no this is not our real id ;-)) and the rest is what is in the identifier field in Xcode, (click on target, get info and then properties tab)
Hope that helps
Richard
|
That worked for me. It wouldn't allow MYTENDIGIT.*, but rather MYTENDIGIT.bundle-identifier. Don't forget to re-archive it before trying to submit again.
/SD