-
Notifications
You must be signed in to change notification settings - Fork 371
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
[question]: Creating a User requires at least one Alias or Subscription #2229
Comments
@helloimfrog |
@helloimfrog If you navigate to the dashboard -> Settings -> Keys & IDs -> Identity Verification, is the Token Identity Verification option enabled? If it is, you'll need version 5.2.0-beta-02 to fully utilize this feature. If you don't require this feature, you can simply use the latest production version (5.1.25) to resolve the issue. |
@doonje I tried to downgrade to 5.1.15 but still didn't work. Here is my log (deleted IDs):
|
Your log show:
I think your solution is that you are not putting the API ID that OneSignal gives you, as I see your http queries do not include the API ID. Check your code to see if you are sending it correctly. |
Hi @helloimfrog, for the operation that says For example: |
How can we help?
I tried to integrate OneSignal to my Android app but OneSignal dashboard did not have any new subscription.
Then I set
OneSignal.Debug.logLevel = LogLevel.DEBUG
. I saw this error in logcat:[DefaultDispatcher-worker-4] HttpClient: Got Response = POST - STATUS: 400 - Body: {"errors":[{"code":"user-3","title":"Creating a User requires at least one Alias or Subscription"}]}
How to fix this? Please help me :(
Code of Conduct
The text was updated successfully, but these errors were encountered: