Skip to content

Commit

Permalink
feat: v3 appScheme
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiyou committed Jan 16, 2025
1 parent 4d2623b commit f2e8e97
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/spicy-melons-lick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@portone/react-native-sdk': patch
---

V3 appScheme 추가
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ yarn add -D @portone/browser-sdk
<package android:name="viva.republica.toss" />
<package android:name="com.nhn.android.search" />
<package android:name="com.kakaobank.channel" />
<package android:name="com.ahnlab.v3mobileplus" />
<intent>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
Expand Down Expand Up @@ -176,6 +177,7 @@ yarn add -D @portone/browser-sdk
<string>supertoss</string>
<string>naversearchthirdlogin</string>
<string>kakaobank</string>
<string>v3mobileplusweb</string>
</array>
</dict>
```
Expand Down
4 changes: 4 additions & 0 deletions src/appScheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,8 @@ export const appScheme: Record<string, AppScheme> = {
ios: 'id1258016944',
android: 'com.kakaobank.channel',
},
'v3mobileplusweb': {
ios: 'id1481938658',
android: 'com.ahnlab.v3mobileplus',
},
}

0 comments on commit f2e8e97

Please sign in to comment.