Mohammad Goldast

Results 11 comments of Mohammad Goldast

Thank you for report this issue. I will fix all the issues soon.

@ShuuNae No, I didn't use `removeAllDeliveredNotifications` anywhere. ```js import ... class PushNotifHelper { constructor() { this.developmentMode = __DEV__; this.unReadNotifications = []; this.createNotifChannel(); } setup() { this.developmentMode && this.subscribe('development'); this.subscribe('all'); this.checkPermission();...

Same problem in Android with these packages: "react-native": "0.70.6", "@react-navigation/bottom-tabs": "^6.5.1", "@react-navigation/native": "^6.1.1", "@react-navigation/native-stack": "^6.9.6", "@react-navigation/stack": "^6.3.9",

I am looking for a way to prevent removing other notifications in the Notifications Center when pressing a specific notification. Also, all delivered notifications seem to disappear when the app...

Same issue, Doesn't Google Console change our SHA-1 when we upload the app with .aab format?

**SOLUTION**: As I mentioned a question in the above message, I searched a little about Google Signing and realized that the Google App Sign section in the GooglePlay dashboard, changes...