一个APNS证书多个iOS应用 [英] One APNS certificate for multiple iOS apps

查看:852
本文介绍了一个APNS证书多个iOS应用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们目前正在为不同的客户端iOS应用程序。

we are currently developing iOS applications for different clients.

我们有一个模板应用和不同来源的应用程序(稍有不同的布局,但功能大致相同)。

We have one template application and different derived applications (slightly different layout, but the functionality is nearly the same).

我们已经选择托管在Heroku上我们的后端,使用PubNub-插件(带酒吧和分不同的信道)来处理推送通知。

We've chosen to host our backend on heroku and use the PubNub-Addon (with pub-and sub to different channels) to handle push-Notifications.

http://www.pubnub.com

这工作得很好,一个应用程序。
但是,如果我们有多个应用程序,我们需要创建一个酒馆要点申请每个iOS的应用程序,因为我们需要上传iOS应用到PubNub应用程序,它是相当麻烦的PEM-文件(APNS证书)。

This works just fine for one application. But if we have multiple applications we need to create one pub nub "application" for each iOS application, because we need to upload the PEM-File (APNS certificate) of the iOS app to the PubNub application which is quite cumbersome.

有没有一种可能性,即多个iOS应用使用相同的PEM文件(APNS证书)?这样我们就可以使用一个PubNub申请所有不同的iOS应用?

Is there a possibility that multiple iOS app use the same PEM-File (APNS certificate)? So that we can use one PubNub Application for all the different iOS apps?

你有任何其他建议这个问题如何解决?

Do you have any other suggestions how this problem can be solved?

在此先感谢!

推荐答案

没有它不可能使用相同的PEM文件的多个应用程序。
您将需要创建单独的PEM文件为每个应用程序。因为苹果推送通知服务器(APNS)不能由一个PEM证书识别您的不同应用。

No its not possible to use same PEM-File for multiple application. You would need to create separate PEM file for each application. Because apple push notification server(APNS) can’t identify your different applications by one PEM certificate.

这篇关于一个APNS证书多个iOS应用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆