Updating Expired .p12 certificate in Mobilefirst

会有一股神秘感。 提交于 2019-12-25 07:25:21

问题


My application sends notification the .p12 certificate expiring soon so do we need to send the application again to Apple store ?

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 ?

Please advice ?


回答1:


My application sends notification the .p12 certificate expiring soon so do we need to send the application again to Apple store ?

No.

If not then we just create wlapp file with new .p12 certificate and deploy on our Mobilefirst server?

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.

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



来源:https://stackoverflow.com/questions/40099612/updating-expired-p12-certificate-in-mobilefirst

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!