b8ne / react-native-pusher-push-notifications

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

iOS implementation, Not receiving notifications #121

Open Sulaiman122 opened 9 months ago

Sulaiman122 commented 9 months ago

Hi there, I did every step and still not working on iOS, and not receiving notifications It work on android without issues,

Tried:

tried to modify podfile and do "pod install"

target 'SteamStation' do
  config = use_native_modules!

  # Flags change depending on the env values.
  flags = get_default_flags()
  pod 'PushNotifications'

Can anyone help ?

Sulaiman122 commented 9 months ago

In real device worked with me but on simulator why there is an issue ? Error: "remote notifications are not supported in the simulator"