react-native-push-notification
react-native-push-notification copied to clipboard
onRegister is not triggered if requestPermissions = false
If i set requestPermissions: true, onRegister and onRegistrationError will be called everytime i open the app.
It won't happen if requestPermissions: false
Tested on ios real device (iPhone XR)
react: 16.13.1 => 16.13.1
react-native: 0.63.4 => 0.63.4
[email protected]
might related to #1052 error
The same. Any solutions?
Isn't that a feature? You would have to make a later call to requestPermissions if you set requestPermissions: false in the config.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.