Questions tagged [expo-notifications]
114 questions
0
votes
2 answers
Expo Push Notifications Service/API - How to directi anonymous user to specific webview screen in app after engaging with Push Notification
Using Expo Push Notification Service, I currently send Push Notification to all users, which are anonymous. The only data I am collecting and writing to a Firebase Database is the "ExponentPushToken" that identifies a unique device for sending…

Mark-The-Guitar-Guy
- 99
- 9
0
votes
0 answers
expo-notifications getDevicePushTokenAsync on iOS returns a token that’s not FCM and does not work with firebase
SDK Version: 40
Platforms(Android/iOS/web/all): iOS
Add the appropriate "Tag" based on what Expo library you have a question on.
Hi, I'm using react native with expo and expo-notifications, and send notifications with firebase messages in firebase…

Coding Edgar
- 1,285
- 1
- 8
- 22
0
votes
1 answer
How to check if the app is installed on mobiles? so Expo could generate ExpoPushtoken for the devices to enable push notifications
I am developing a mobile application using react native with the help of Expo. I got asked to integrate push notification into the app so I looked it up and followed this guideline for the setups and configurations on the client-side.
Next, I tried…

SpellScripter
- 5
- 1
- 4
0
votes
0 answers
TypeError : Notifications.scheduleNotificationAsync is not a function
I am trying out expo-notifications for the first time. I have run into an error that says TypeError : Notifications.scheduleNotificationAsync is not a function
Here is my code :
import * as Notifications from 'expo';
enableNotifications = () =>{
…

Shreyashi
- 41
- 8
0
votes
1 answer
Expo-notifications Proguard
My project have implemented expo-notifications to handle with local notifications. It works fine in dev and prod. But if i turn on Proguard, the notifications dont appear.
In my rules in proguard-rules.pro i have:
# expo-notifications
-keep class…

Luis Fernandes
- 22
- 5
0
votes
0 answers
React Native Expo - Push Notification for android
Im trying to send push notification to an android device using the expo push notification tool, (It is working for iOS) but it doesn't work, I have added a firebase project with a separate android app, the google-service.json, and ran the expo…

Aakash Rathee
- 523
- 3
- 17
0
votes
1 answer
Expo SDK 39 Push Notifications Not Working
Can anyone see what I am doing wrong here? I upgraded to expo SDK 39 and the push notifications stopped working. I have been debugging for a few days now and can't seem to figure it out. I can see that the token and message are coming in correctly…

Olivia
- 1,843
- 3
- 27
- 48
0
votes
1 answer
How can I retrieve expo token instead of ios token when calling addPushTokenListener?
I am working with expo notifications, everything works fine until I realized that somehow I need to update expo token by calling Notifications.addPushTokenListener as expo refreshes a new one and the older one will stop working. this is what I've…

Ivan Juarez
- 1,413
- 4
- 21
- 30
-1
votes
1 answer
Best way to set notifications indefinitely (react native)
I have a react native app and as a part of it a user can set up to be regularly notified (the notifications are just local...not pushed from the server).
The thing is, The user will choose the time and days of the week of the notifications and then…

Matthew Jonat
- 187
- 17