react-native-fcm
react-native-fcm copied to clipboard
IOS app crashes after permission pop-up on device.
Hello, i am using this plugin for notifications and every thing just works fine on android, my ios debug build also works fine but when running the same on device, app crashes after the permission pop-up, token is not granted, my configuration of project:
"react-native-fcm": "^10.0.3", "react-native": "0.48.3"
i am using IOS 11.1
you need to do try catch around the permission call because it rejects if permission is not granted
Naah, I handled that, everytime user is granting the permission, and as soon as he allows, app crashes.
do you have the crash log?
I am having the same issue , RCTFatal 400 .
though it only happens on the release build and to some ios devices , other is working fine . and some of these devices will work again after couple reinstall .
Can you please tell me how you manged to fix it ?
any update for this ?
Hi @priyankverma, Nitroman605 Have you resolved this issue? I am going through the same. It is happening on release build only.
I am having the same issue , RCTFatal 400 .
though it only happens on the release build and to some ios devices , other is working fine . and some of these devices will work again after couple reinstall .
Can you please tell me how you manged to fix it ?
Have you found any solution to this. Please share