-
Hi! I just tried this library and it is by far the smoothest implementation I've seen of Live Notifications with React Native. I was able to get up and running with a live notification in minutes. Thank you so much for building this. I tried two others libraries and the extra setup was much jankier. This is smooth! I am trying to test starting and updating via remote notifications but I'm a bit confused on how to achieve it with EAS notifications because the fields don't map exactly to Apple's APNs. Here is the ExpoPushMessage format:
Meanwhile the sample APNs is structured like this:
Edit: Would I have to communicate with APNs directly for live notifications? Would really appreciate your help. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Solved! Need to use APN directly. For my server I used @parse/node-apn |
Beta Was this translation helpful? Give feedback.
Solved!
Need to use APN directly. For my server I used @parse/node-apn