问题描述
我的应用程序发送通知.p12证书即将到期所以我们是否需要再次将应用程序发送到Apple商店?
My application sends notification the .p12 certificate expiring soon so do we need to send the application again to Apple store ?
如果没有那么我们只需创建wlapp文件新的.p12证书并在我们的Mobilefirst服务器上部署,或者我们需要做更多的配置?
If not then we just create wlapp file with new .p12 certificate and deploy on our Mobilefirst server or we need to do more configuration ?
请建议吗?
推荐答案
否。
您可以替换项目中的证书并重新构建它,以便更新.wlapp文件已创建,然后将此.wlapp文件部署到MobileFirst服务器。
You could replace the certificate in the project and re-build it so an updated .wlapp file is created, and then deploy this .wlapp file to the MobileFirst Server.
或者,您也可以调用a来调用服务器端点仅更新证书。请参阅此处:
Alternatively, instead of rebuilding the application, you call also call a server endpoint to update only the certificate. See here: http://www.ibm.com/support/knowledgecenter/SSHS8R_7.1.0/com.ibm.worklight.apiref.doc/apiref/r_restapi_apns_credentials_put.html
这篇关于在Mobilefirst中更新过期的.p12证书的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!