Push Notifications with FCM not working on iOS #5290
Unanswered
paulsbin
asked this question in
Developer Support
Replies: 2 comments 2 replies
-
hey @paulsbin, when you configure Web3Wallet try to set the environment to .sandbox |
Beta Was this translation helpful? Give feedback.
0 replies
-
@llbartekll My current configuration is |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I followed all the steps according to the documentation on the integration of push notifications for iOS https://docs.walletconnect.com/walletkit/ios/notifications/push
https://docs.walletconnect.com/advanced/push-server
I used WalletConnect Cloud and Google FCM Integration
After calling the method
try await Web3Wallet.instance.register(deviceToken: deviceToken, enableEncrypted: true)
,after a while I get
logger.debug("Successfully registered at Push Server")
But notifications do not come in the TestFlight build
Where can I track why notifications do not come?
Beta Was this translation helpful? Give feedback.
All reactions