Reputation: 683
I am working on an IBM Worklight 6.0.0.1 project. I configured push notifications for iOS before that my Application is already deployed in the server.
My question is: What should I deploy again to get the push notification certificate (the .p12 certificate file) on the server. Should I just deploy the iPhone .wlapp file? or should I also deploy a newer version of the .war file?
Upvotes: 0
Views: 197
Reputation: 44516
You will need to re-deploy the .wlapp file, which contains the deployment data for the server. In this case, the .p12 certificate required for push notifications.
Upvotes: 1