evollu / react-native-fcm

react native module for firebase cloud messaging and local notification
MIT License
1.73k stars 682 forks source link

android saver battery block the application #950

Open king804 opened 6 years ago

king804 commented 6 years ago

how to ask user permission to prompt notification?

i found that the saver battery not allow my application auto start in background, how to ask user to get the permission about it?

android : 8.0 fcm : 10

evollu commented 6 years ago

not sure. have you created notification channels?

king804 commented 6 years ago

any guideline to create notification channels? many thanks!

evollu commented 6 years ago

https://github.com/evollu/react-native-fcm/blob/sdk-26/Examples/simple-fcm-client/app/App.js#L38

note you need to use sdk-26 branch