Flutter 신용카드 결제시, V3 Mobile 오류 (v3mobilePlus 미설치된 경우 발생)

1.
2.
3. PIN(v3mobilePlus )

.

https://docs.tosspayments.com/guides/v2/webview 로 AndroidManifest.xml .

inAppwebView: ^6.0.0
tosspayment_widget_sdk_flutter: ^2.0.7

navigationAction.request.url!.rawValue <<
webView-shouldOverrideUrlLoading 서 url = intent://....end;
final appScheme = ConvertUrl(url)
print(appScheme.package); // com.ahnlab.v3mobileplus
print(appScheme.applink); // v3mobileplusweb://...
appScheme.isAppLink(); // true
appScheme.LaunchApp();

. 면 v3mobilePlus.
java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.naggama/com.ahnlab.v3mobileplus}: java.lang.ClassNotFoundException: Didn't find class "com.ahnlab.v3mobileplus" on path: DexPathList[[zip file "/data/app/...
(App to App) . 과 OS.
웹뷰(WebView) 연동하기 | 토스페이먼츠 개발자센터
Was this page helpful?