I’m making an app which uses push notifications, and I know that I need a SSL certificate from the dev portal for that – which is fine.
Where I’m stuck is working out if I need more than one SSL certificate for the app, or if this one would cover everything.
Basically the app uses Facebook connect to let the user send messages to their FB friends’ phones. In order to do this I need to store the users FB ID and device ID together on the server. Would I need an additional SSL certificate for this? Or would the one that is being used in the app for APNS be sufficient for both tasks? I’m not particularly experienced with server based things, so the simpler this can be explained the better.
Thanks in advance 🙂
No you need only one SSL but make sure when you register your domain for SSL is should be *.domainname.com not domainname.com including * . its include your all sub domains
Thanks