More APNS info (in pictures)
A little bit of clarification on my APNS blog post(s) comment threads...
Deployment tab - notice IDE maintained file UNCHECKED - your file - CHECKED - remote name - Entitlements.plist:

Provisioning tab (specify the first two, hit Load ID):

Version Info tab:

Anders.entitlements file:
Enjoy!
Deployment tab - notice IDE maintained file UNCHECKED - your file - CHECKED - remote name - Entitlements.plist:

Provisioning tab (specify the first two, hit Load ID):

Version Info tab:

Anders.entitlements file:
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
<key>application-identifier</key>
<string>XZ9AC2Q82Q.com.AndersOhlsson.FMX.01</string>
<key>aps-environment</key>
<string>development</string>
<key>get-task-allow</key>
<true/>
</dict>
</plist>
Enjoy!

Comments
-
Hello Anders,
Any chance of screen shots on the apple developer site?
I have gone throught the steps and keep getting "[PAClient Error] Error: E0264 : this identity cannot be used for signing code".
We use the whole get certifite section, install the certificate, base the provioning on it. I have tried provisioning it for both Developemnt and Apple store with the same results
Driving me mad. -
Please login first in order for you to submit comments
- Page :
- 1
Thanks Anders,
Its a jungle of certificates, provisioning, Mac's and PC's, so I have spent days to figure it out.
But finally I found the cause; I had *one* wrong character in the Entitlement file (an extra ">") and that gave me the error message "Unable to install package. (e8008016)".
So if this blog is googleable, e8008016: Its in your entitlement file :-)