react-native-pusher-push-notifications icon indicating copy to clipboard operation
react-native-pusher-push-notifications copied to clipboard

iOS implementation, Not receiving notifications

Open Sulaiman122 opened this issue 2 years ago • 1 comments
trafficstars

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

Tried:

  • Created APN in app store and uploaded on pusher website
  • Modified appDelegate as mentioned on this package docs
  • created + capability for push notification on xcode

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 avatar Oct 06 '23 22:10 Sulaiman122

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

Sulaiman122 avatar Oct 06 '23 23:10 Sulaiman122