-
Notifications
You must be signed in to change notification settings - Fork 259
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
No receiving push to ios device #205
Comments
yes. it not working. |
but using same pem how pushtry.com sends ? |
my integration also not working. I try core PHP code wouldn't work. |
it was working for me with pem files |
@webblufter there is something wrong but no one is there for help, no push going out Seems this is breaking thing: https://onesignal.com/blog/ios-13-introduces-4-breaking-changes-to-notifications/ |
@sarveshamrit thanks for sharing i think it might be issue due to iOS protocol changes and below is iSO community quoted message @davibennun I am not sure if the issue is same what if get from this, please verify if anyone solved it? |
I'm moving to APNs HTTP/2 based connection. |
@manojkumarlinux which one and can u help me achieve as well? |
I fixed that as explain in following link, iOS and Android both Notification using Firebase, and write own curl code to send it to Firebase. |
@sarveshamrit try to pushok library using p8 key method. |
I'm also facing the same issue ! :( |
upgrade to fcm push this plugin will no longer work
…On Tue, Jun 15, 2021, 10:43 PM Sooraj T ***@***.***> wrote:
I'm also facing the same issue ! :(
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#205 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFPSUEN7RG3IEV6TE2D425LTS6BELANCNFSM45ARW3HA>
.
|
My app is in the laravel 5.1 version, Is FCM Push work in that version? |
fcm push will work it uses curl to send push you need to write some lines
of code
…On Tue, Jun 15, 2021, 10:48 PM Sooraj T ***@***.***> wrote:
My app is in the laravel 5.1 version, Is FCM Push work in that version?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#205 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFPSUELIETJGGMFFTIFHYLTTS6BXBANCNFSM45ARW3HA>
.
|
https://github.com/laravel-notification-channels/fcm is this the package you are talking about? |
sir not using library but directly writing code for fcm curl push
…On Tue, Jun 15, 2021, 10:53 PM Sooraj T ***@***.***> wrote:
https://github.com/laravel-notification-channels/fcm
is this the package you are talking about?
but in its readme, it shows Laravel 5.5+, 6.x, 7.x, and 8.x. :(
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#205 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFPSUELQAEOAIYQFWB5SKP3TS6CJ3ANCNFSM45ARW3HA>
.
|
Ok i will try Thanks Brother :) |
write direct code to send why you will use library
…On Tue, Jun 15, 2021, 10:57 PM Sarvesh Amrit ***@***.***> wrote:
sir not using library but directly writing code for fcm curl push
On Tue, Jun 15, 2021, 10:53 PM Sooraj T ***@***.***> wrote:
> https://github.com/laravel-notification-channels/fcm
>
> is this the package you are talking about?
> but in its readme, it shows Laravel 5.5+, 6.x, 7.x, and 8.x. :(
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#205 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AFPSUELQAEOAIYQFWB5SKP3TS6CJ3ANCNFSM45ARW3HA>
> .
>
|
You are welcome. msg me if you need any help thanks
…On Tue, Jun 15, 2021, 10:59 PM Sooraj T ***@***.***> wrote:
Ok i will try Thanks Brother :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#205 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFPSUEMRQYQZJ7VGKSYJ533TS6C7XANCNFSM45ARW3HA>
.
|
create my own lib -> Simple-Apns |
When sending push from server it doesn't delivers to ios device but works in android, i tried via pushtry.com it went through it but not from server @davibennun
The text was updated successfully, but these errors were encountered: