-
-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature for API keys in Ios #146
Comments
Is anybody there? |
@pavankumarkatakam, I need to have a look at it. |
@Ph3nol, I would try to implement new API way to work with APNS with help of this library - edamov/pushok Seems like Zend library not actively supported zendframework/ZendService_Apple_Apns#45 (comment) |
@Ph3nol, since edamov/pushok supports only php 7.0+ I will mark our v2.3 to support only 7.0+ also. |
@Ph3nol, or it's better to mark it as v3.0, because, for example, this popular laravel module https://github.com/davibennun/laravel-push-notification depends on our 2.* version. And if we will release v2.3 with php 7.0 minimum - it will break laravel-push-notification. I think there is a lot more packages which depend on Ph3nol/NotificationPusher v2.. |
Any update on this, @seyfer ? |
Well, it needs to be done, definitely. The plan is:
What I could do is to add TODO section in the readme and hopefully, somebody would like to participate. |
@seyfer Thanks for your comment about edamov/pushok I was problem with another lib that was using old apple api and my application stop send notification :( So I change to this lib (edamov/pushok) and to be working perfectly :) But I can help you implement this lib here and make new release 3.x |
@eerison you can, if you have time. |
Apple has started giving API keys instead of certificates for push notification. This makes life easy rather than working with request signing, changing them from cer to p12 etc etc.
Also refer this davibennun/laravel-push-notification#173
The text was updated successfully, but these errors were encountered: