| Ali Ok To add an iOS variant you will need a valid p12 certificate + password that can be used with the push server. If you don't have one ping me and i can send you one. Currently the UI requires you to paste in the cert in base64, so before just do that:
cat <cert.p12> | base64 --wrap=0
|
and paste the result into the textarea. Make sure that iOS is selected in the dropdown. |