-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Subscription is not set in the dashboard after OneSignal.login(externalId)
#1725
Comments
You will need to use logcat to get these logs, there are two options to get them: |
i think i still can use the push token because i also save them to the db and assign them with user id if user decided to login. So how do one signal know which device to target if i don't call login function? |
hi there, any update for this? fyi, i haven't pluged my phone to run the app, but i did tried using native emulator using android emulator just now, and the thing worked. my emulator is registered in one signal dashboard now this is confusing, because when i tried to run it using expo go it did not work. but i assume one signal only runs in native environtment. okay, i tried to build the preview version and prod version but using staging api and both did not work this is my eas.json to build the app "preview:staging": {
"distribution": "internal",
"android": {
"buildType": "apk"
},
"channel": "preview",
},
"production": {
"channel": "production",
"autoIncrement": true,
"ios": {
"image": "latest"
},
}, i built both in local. for preview:staging i just straight up move the apk to my phone and installed it. but for the prod, i uploaded the aab to google play console and donwloaded the signed apk. i can provide you with the log necessary, but in order to provide log, i need to run this app using the native version and using log cat. but the thing is, if run this in native env, its gonna work, so i think the log will achieve nothing, at least in my assumption. so i just want to update you this |
In my case, users who installed our app with OneSignal v4 and then updated it to the version with OneSignal v5 are not receiving notifications until they open the app. So, we cannot reach users who automatically updated the app! We need an urgent solution. |
same here, any updates? |
Any updates? |
Hey everyone, To help us debug this issue, is anyone able to provide logs that show something like a 400 error during the |
What happened?
I am integrating one signal with managed expo workflow. my one signal version is
^5.2.2
. Previously it worked and i receives notification as usual. But after i let other people handle this task and come back again and test it in my device, i'm unable to register my external id into the dashboard, hence i got no notificationthis is the code
here i am trying to migrate to one signal from expo notification, so i'm including the expo notification code just in case
btw, how do i see the log of one signal? i'm using expo go to develop the app but i receives no log from one signal. but the console log returns this
Steps to reproduce?
What did you expect to happen?
i expected my device included in the subscription in my dashboard
OneSignal Android SDK version
5.2.2
Android version
13
Specific Android models
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: