b8ne / react-native-pusher-push-notifications

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

IOS implementation, failed #72

Open rbayuokt opened 3 years ago

rbayuokt commented 3 years ago

hi, I like your lib, thank you for that, I was successfully doing it in android side, but I have problem in IOS side, I was following everthing in this lib, but still doesnt receive notification in real ios device, do you know why ? thank you before

Humni commented 3 years ago

@rbayuokt we have this working on several iOS apps that I run - I've just merged an update to the README for iOS debugging. Do you want to go through those steps and check if there are any errors that you're getting from there?

It could also be something to do with the difference between an iOS sandbox push notifications vs production push notifications.

https://github.com/b8ne/react-native-pusher-push-notifications/pull/71/files

Humni commented 3 years ago

@rbayuokt any update?

cgrewon commented 3 years ago

I have followed this already , but it is not working absolutely. I have followed everything completely, but it always not working. Already android is working perfectly, but ios not. Really headache, and wasting my time always. Very bad experience. Even I have followed step by step of document at https://pusher.com/tutorials/beams-notify-users-ios/

But it is not working, even it makes many errors now. Who can help me?

cgrewon commented 3 years ago

Screenshot at Aug 02 23-51-08

Humni commented 3 years ago

@cgrewon the install steps tells you not to follow the steps on the pusher website

"DO NOT follow the pusher.com push notification docs that detail modifying the AppDelegate.h/m files! - this package takes care of most of the steps for you"

Did you accidentally do these changes? As this package requires a different install method

rbayuokt commented 3 years ago

@rbayuokt any update?

unfortunately no, I was got fired because I can't fix this on ios side ☹️

Haris-Shahid commented 2 years ago

@Humni I followed each step but still facing the same issue. Can you help me to resolve this?

Sulaiman122 commented 12 months ago

Any update, It's not working for me on iOS but android works fine I followed all the steps and provided APN in pusher website and added capability in xcode