Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- ActivityResultContracts
- circlecrop
- onResume
- room
- shotcut
- itemAnimator
- BottomSheetDialog
- onReceivedSslError
- notification bar
- navigation component
- requestPermission
- notification setting
- 403 Error
- Plugins
- App Startup
- jsontokotlinclass
- ChromeCustomTab
- skipcollapsed
- prettyJson
- notification
- kdoc-generator
- 이미지 gps
- LOG
- Git
- ExifInterface
- Android
- webview
- application
- Blinking
- datastore
Archives
- Today
- Total
목록onReceivedSslError (1)
Debbi Story
[PlayStore] 웹뷰 SSL 오류 핸들러 경고
안녕하세요, WebView로 만든 앱을 스토어에 등록할때 SSL 오류 처리를 하지 않으면 경고 문구가 나오게 됩니다. 그럴때 WebViewClient에 onReceivedSslError 함수를 override 하시고 Alert으로 선택할 수 있게 구현해주어야 합니다. override fun onReceivedSslError(view: WebView?, handler: SslErrorHandler?, error: SslError?) { AlertDialog.Builder(mContext).apply { setMessage(mContext.getString(R.string.msg_ssl_error)) setPositiveButton(mContext.getString(R.string.msg_ssl_error_..
안드로이드/PlayStore
2021. 12. 29. 18:07