How project id is protected on Android SDK? #3138
-
Hello. I am wondering how is project id protected from being used by 3rd party on Android SDK. So what is stopping someone from using our project id in their app? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, when you create a project in https://cloud.walletconnect.com/ you are obliged to white list package names/bundle id that are allowed to use a given project id. The SDK sends the bundle id/package name as a part of the Relay request so it can be validated. |
Beta Was this translation helpful? Give feedback.
Hello, when you create a project in https://cloud.walletconnect.com/ you are obliged to white list package names/bundle id that are allowed to use a given project id. The SDK sends the bundle id/package name as a part of the Relay request so it can be validated.