jlcvp / fcm-node

A Node.JS simple interface to Google's Firebase Cloud Messaging (FCM) for Android & iOS & Web Notification and data push
MIT License
125 stars 46 forks source link

ReadMe fix #18

Closed yofu1234 closed 7 years ago

yofu1234 commented 7 years ago

Some iOS users report a delay receiving the notifications and even a 'not receive at all' scenario if the priority field is not set. This is due to a delivery policy with APN (See APNs Provider API for a more detailed info: https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/APNsProviderAPI.html#//apple_ref/doc/uid/TP40008194-CH101-SW2)

^The link on the ReadMe is dead and also, I don't think that is true anymore.

jlcvp commented 7 years ago

Thanks for pointing that out. I`ve fixed the readme