react-native-pusher-push-notifications
react-native-pusher-push-notifications copied to clipboard
iOS implementation, Not receiving notifications
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 ?
In real device worked with me but on simulator why there is an issue ? Error: "remote notifications are not supported in the simulator"