Detached - Trying to receive device push token

Hi,

I created an App using CRNA then i detached. Now I want to receive my personal device token in iOS using the following Snack. But all i get is the error that APNS certificates have not been set up. I did set up both development and production certificate in developer.apple.com.

best regards

Hi-

When you detach, you have to setup push notifications yourself, the way that you would with a non-Expo app. You won’t be able to test that stuff with Snack unfortunately.

You might look at OneSignal – many people use that for push notifications. https://onesignal.com/

Hi,

I Setup everything in Xcode and it should be good to go. I’m currently using react-native-fcm to get a firebase token which works great.

1 Like

any idea why i still cant receive my device token?

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