Skip to content

Commit

Permalink
kakao link +
Browse files Browse the repository at this point in the history
  • Loading branch information
hfjxjjd123 committed Nov 7, 2023
1 parent 74f76e5 commit 4994b27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
7 changes: 3 additions & 4 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,9 @@
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />

<!-- "kakao${YOUR_NATIVE_APP_KEY}://${PRODUCT_NAME}" 형식의 앱 실행 스킴 설정 -->
<!--TODO: 카카오링크를 사용하는 경우 아래의 data를 추가해주세요.-->
<data android:host="kakaolink"
android:scheme="kakao${YOUR_NATIVE_APP_KEY}" />
<data android:host="kakaostory"
android:scheme="kakao80bf50fbdfeae9aa0acf19984aef9165" />

</intent-filter>

</activity>
Expand Down
5 changes: 0 additions & 5 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,5 @@ void main() async {
await initDeepLinks();
// await InvokeDefault.openManageDefaultAppsSettings();

// For Kakao
KakaoSdk.init(
nativeAppKey: '{YOUR_NATIVE_APP_KEY}',
// javaScriptAppKey: '{YOUR_JAVASCRIPT_APP_KEY}',
);
runApp(PrayHelperApp());
}

0 comments on commit 4994b27

Please sign in to comment.