SDK 구성 build.gradle (app) 파일 내에 임포트해준다. dependencies { ... implementation 'io.branch.sdk.android:library:5.+' implementation 'com.google.android.gms:play-services-ads-identifier:17.1.0+' implementation 'androidx.browser:browser:1.0.0' ... } Branch 대시보드 내 Configure 페이지에서 앱 상세 정보를 입력해준다. Android - I have on Android App 체크박스를 체크해주고 앱을 열 수 있는 스킴을 등록해준다. 예를 들면 testapp:// 이런 식으로. 앱이 스토어에 등록된 상태라면 스킴을 ..