GithubHelp home page GithubHelp logo

Comments (2)

Douvi avatar Douvi commented on May 20, 2024 2

OK GOODDDDDD NEWSSS :DDD - IT'S WORKING!!!!!. But there is a little modification to do, to make it work about the .pem file.

I check this tutorial

basically, you just need to encore your voip_services.cer (dowloaded from apple developer) and voip_services.p12 (generated by your keychain)

  1. download your voip_services.cer from Apple Developer
  2. add voip_services.cer into keychain
  3. Exportvoip_services.cer in .p12 - right click on the file VoIP Service:<bundle_of_your_app> and click Export voip_services.p12.
  4. run openssl x509 -in voip_services.cer -inform der -out cert.pem
  5. run openssl pkcs12 -nocerts -out key.pem -in voip_services.p12
  6. to remove the password run openssl rsa -in key.pem -out key_unencrypted.pem
  7. add key_unencrypted.pem and cert.pem into you project at /private/cert_voip/
  8. into config.exs you will set you file like this
config :pigeon,
  apns_mode: :dev,
  apns_cert: {:my_project, "cert_voip/cert.pem"},
  apns_key: {:my_project, "cert_voip/key.pem"},
  apns_2197: false

DONE :D you can run your server and send Push VoIP

Thanks the team for you amazing job...

from pigeon.

hpopp avatar hpopp commented on May 20, 2024

Glad everything is working for you!

from pigeon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.