b8ne / react-native-pusher-push-notifications

Manage pusher interest subscriptions and notification events in Javascript.
MIT License
96 stars 85 forks source link

IOS - Bad JWT #120

Open kosmokoks opened 9 months ago

kosmokoks commented 9 months ago

Hello guys,

I don't receive notifications from the pusher.

error: Unrecoverable error when registering device with Pusher Beams (Reason - Bad JWT: No APNs credentials are configured for this instance)

mandrade2 commented 9 months ago

Seems like an error on pusher side. Did you configure the APNS credentials there? https://pusher.com/docs/beams/getting-started/ios/configure-apns/

Sulaiman122 commented 9 months ago

Same here, after uploading APN file Do I need to create app and connect xcode to it in "app store connect" ?

kosmokoks commented 9 months ago

Seems like an error on pusher side. Did you configure the APNS credentials there? https://pusher.com/docs/beams/getting-started/ios/configure-apns/

Yes, It was, I entered the keys and now it's working! Thank you very much!