Android
Setup
In order for your app to interact with Coinbase Wallet, you must add a queries element to your AndroidManifest.xml
file, specifying the package name for Coinbase Wallet, org.toshi
.
AndroidManifest.xml
Before the SDK can be used, it needs to be configured with an App Link to your application. This callback URL will be used by the Coinbase Wallet application to navigate back to your application.
When your application receives a response from Coinbase Wallet via App Links, this URL needs to be handed off to the SDK via the handleResponse
function.
An example is provided in our sample application.