OneSignal / react-native-onesignal

React Native Library for OneSignal Push Notifications Service
Other
1.57k stars 374 forks source link

[Bug]: Push Notifications Not Reaching TestFlight Builds #1680

Open ejjraifihamza opened 7 months ago

ejjraifihamza commented 7 months ago

What happened?

Issue Description: Push notifications are successfully delivered to devices running locally via Xcode (development environment), but fail to reach TestFlight builds in the production environment. Despite identical configurations and implementation, notifications do not appear on devices when using the TestFlight version of the app.

Steps to reproduce?

I've followed the official documentation and configured the push notification certificate correctly by choosing "Apple Push Notification service SSL (Sandbox & Production)," which mean it will work for dev/prod, but still encountering issues with push notifications not reaching TestFlight builds

What did you expect to happen?

Push notifications should be delivered reliably to devices with TestFlight-installed builds, similar to their behavior in the local development environment.

React Native OneSignal SDK version

react-native-oneSignal version : 5.1.0

Which platform(s) are affected?

Relevant log output

No response

Code of Conduct

wandersonalwes commented 5 months ago

I have the same problem