1 Push Notification SSL Certificate for multiple apps
Asked Answered
B

2

8

Is there anyone out there who knows if it's possible to use 1 production SSL push notification certificate for multiple apps?

Bluepencil answered 2/11, 2010 at 19:13 Comment(0)
U
12

No, you need one per app-id.

Unbelief answered 2/11, 2010 at 19:45 Comment(2)
Yes, this is an intentional limitation.Leveroni
That's why you can't use a wildcard app id.Vivian
T
1

No, Each App ID is required to have its own client SSL certificate.
For more information Check Apple Guide

The client SSL certificate that is generated is a universal certificate that allows your app to connect to both the development and production environments.

Not use as a wildcard AppId because...
You can create only one explicit App ID that matches your bundle ID. Therefore, if Xcode created an explicit App ID for you—for example, when you added another capability that requires an explicit App ID—you should use it; otherwise, you create an explicit App ID that matches your bundle ID. You then generate and download a corresponding client SSL certificate—this step fully enables push notifications—and refresh provisioning profiles in Xcode. Later, you install the client SSL certificate and key on your server.

Tupungato answered 29/4, 2016 at 6:3 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.