apple push notifications - APNS certificate expiry issue for Hybrid application -


got apns certificate hybrid app (using mobilefirst) generated yesterday. expiry date certificate 12 july 2016. when try build app using mobile first application getting error saying "the apns certificate expired on oct 31, 2014 18:49." certificate name apns-certificate-production.p12

i tried recreating environment, clearing cache etc.. of no help

any regarding solving issue appreciable.

enter image description here

i have generated p.12 following way , not encounter error:

  1. after creating certificate in apple developer site, downloaded .cer file
  2. "installed" .cer file double-clicking it, , have added keychain.
  3. expended certificate in keychain , selected both , private key in it
  4. exported , provided password it
  5. copied .p12 file myproject\apps\myapp folder
  6. in application-descriptor.xml added pushsender child element iphone element certificate password value
  7. run > run on mobilefirst development server

the build has passed.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -