Agu Dondo
Agu Dondo

Reputation: 13599

React Native / Expo: Push notifications for standalone Apps

I can't find the answer to this question anywhere in the documentation.

Note: I'm not detaching the App.

Upvotes: 1

Views: 1153

Answers (1)

Agu Dondo
Agu Dondo

Reputation: 13599

I was able to answer this question by generating standalone iOS app from the command line running:

exp build:ios

Then installed the IPA file on my iOS device using TestFlight, sent a push notification to the "exponentPushToken[xxxxx]" of my physical device through the Expo service: https://exp.host/--/api/v2/push/send and the notification arrived perfectly.

Upvotes: 2

Related Questions