Skip to content
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

Problem with Push Notification for mobile wallet app #1339

Open
EvgenV opened this issue Apr 3, 2024 · 1 comment
Open

Problem with Push Notification for mobile wallet app #1339

EvgenV opened this issue Apr 3, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@EvgenV
Copy link

EvgenV commented Apr 3, 2024

Describe the bug
I am trying to register my wallet App for receiving push notifications from dApps. I am using WalletConnectSwiftV2 for integrating WalletConnection into the app.
According to the documentation https://docs.walletconnect.com/web3wallet/push-notifications I call register method for sending deviceToken.

but logs contains following error
HTTP error: {"errors":[{"message":"The provided Tenant ID, MY_PROJECT_ID, is invalid. Please ensure it's valid and the url is in the format /:tenant_id/...path","name":"tenant"}],"fields":[{"description":"Invalid Tenant ID, MY_PROJECT_ID","field":"tenant_id","location":"path"}],"status":"FAILURE"} code: 400, host: echo.walletconnect.com, path: /MY_PROJECT_ID/clients
It seems that I've missed something during configuring my project, but can not figure out what exactly.

SDK Version

  • Client: WalletConnectSwiftV2
  • Version 1.18.1

To Reproduce
Steps to reproduce the behavior:

  1. Configure Web3Wallet
  2. Call Web3Wallet.instance.register(deviceToken: deviceToken, enableEncrypted: false)

Expected behavior
App registered for receiving Push notification from dApp

Device:

  • Device: iPhone11
  • OS: iOS17.4.1
@EvgenV EvgenV added the bug Something isn't working label Apr 3, 2024
@llbartekll llbartekll self-assigned this Apr 23, 2024
@llbartekll
Copy link
Contributor

hey @EvgenV have you been able to resolve the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants