Push Notifications w/ APNS

I have an existing vanilla RN app that relies heavily on push notifications - the backend infrastructure with APNS already exists for this, and it works well.

I am considering building a second RN app with Expo that will share that infrastructure. I have two questions before I make that decision, though:

  1. Is this feasible - can I send and receive push notifications using APNS directly without going through Expo? Or by using Expo, do I have to use your push notification service (and have you manage the credentials there)

  2. The data is sensitive. What are your security practices around Push Notifications? What do you store?

Thanks!

Any thoughts on this?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.