Skip to content

webblufter/https2-iOS-Push-Notifications-Laravel-Helper-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

How to send HTTP/2 based Push Notifications in iOS?

PHP - Laravel iOS Push Notification updated / upgraded to HTTP-2

Now Apple supports push notifications based on the HTTP/2 network protocol. Here is a simple class you use in core PHP or as Laravel Helper in any version as, when and wherever you want.

Note required changes before use:


  1. pem cetificate save in config/certificates/file-name.pem
  • $apple_cert = config_path('certificates/CertificateAPNUser.pem');

  1. use for production/live .pem

  1. use this for development or testing .pem

=> Any further enhancements are warmly welcomed.

For more ref: https://developer.apple.com/forums/thread/62191?answerId=176107022#176107022

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages