Installation
Last updated
Last updated
Note: Follow the further installation steps of & .
Secondly, our SDK uses deep links to communicate back with your application. In order to Configure Deep Links, you will need to get an app id by signing up at .
After getting the app id, add the below code in your AppDelegate.m file:
Copy your bundle id as shown in the below screenshot:
Paste your bundle id in the identifier section and add ramper<appId>
in the URI Scheme section: Make sure to not include the brackets <>
in the URLScheme:
Add the following in your <your-project-path>/android/app/src/main/AndroidManifest.xml
file under Activity Tag