Replies: 1 comment 1 reply
-
I think you will want to use react-native-permissions for real permissions management. The API here is little more than a stub |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For permission requests mentioned in this document https://rnfirebase.io/messaging/ios-permissions
await messaging().requestPermission();
When my ios app was put on the shelves for review, it was rejected. When my system language is Chinese and the app language is Uzbek, the pop-up prompt is as shown below. It is in English. Can I modify the pop-up content? If so, which part of the content (1234) can I modify? How to modify it?
Beta Was this translation helpful? Give feedback.
All reactions