Note that there are some explanatory texts on larger screens.

plurals
  1. POAPNs Dev and Prod Certificate issue
    primarykey
    data
    text
    <p>So, I've done a zillion ios apps with push notifications and I've never run into this:</p> <p>In the past, when I download the APNS cert (development or production), it showed up in my keychain as:</p> <p>Apple Development IOS Push Services: com.YYY.ZZZZZZZZ</p> <p>where YYY.ZZZZZZZ is the bundle identifier. Now, however, the certificate shows up in the keychain as:</p> <p>Apple Development IOS Push Services: XXXXXXXX:XXXXXXXXX</p> <p>where XXXXXXXXXX is our apple developer team id. It does this for each certificate I download, even ones that used to show up correctly, which makes it impossible to tell one from the other. Strangely, the certificate title looks right in the developer portal.</p> <p>Additionally, I notice that X-Code is crashing in the Organizer > Provisioning screen when I hit the refresh button in the lower right, but this may be a red herring.</p> <p>Has anyone run into this and come up with a solution? I've seen other complaints about this in the last few days on the Apple Developer forums, but not seen any resolutions and I'm hoping the resident stackoverflow geniuses will come to the rescue...</p> <p><strong>UPDATE</strong> To fix the XCode refresh error, run this command in the terminal (per <a href="https://devforums.apple.com/message/796388#796388" rel="nofollow">this post</a> at Apple):</p> <pre><code>mkdir ~/Library/Developer/Xcode/OldPortalDBs; mv ~/Library/Developer/Xcode/connect1.apple.com* ~/Library/Developer/Xcode/OldPortalDBs </code></pre> <p>The bizzaro world apns certificate problem still remains, however.</p> <p><strong>UPDATE II</strong> You can "Get Info" in the context menu on the certificate in the keychain to see the bundle identifier, which makes finding the one you're looking for a bit easier.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload