B4X FEED How to select TLS 1.2 or higher (Required by Dropbox)

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: How to select TLS 1.2 or higher (Required by Dropbox) است. این موضوع تا کنون 93 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع How to select TLS 1.2 or higher (Required by Dropbox)
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
93
پسندها
0
آخرین ارسال توسط PracticalSoft
Jun 6, 2020
11,559
4,422
I am getting the following message from Dropbox about my apps use of Dropbox. Saying my apps Dropbox function will stop working April 13 2022 if not fixed.
Action Required: The Dropbox API will no longer accept TLS 1.0 or 1.1
Click to expand...
My app uses OkHttpUtil2 version 2.96.

What changes do I need to make for my app to use TLS 1.2 or 1.3?

Or is this controlled by the device my app is run on. So the problem is users running my app on older version of Android that don't support the higher levels of TLS?

I have the following in the Manifest file which allows very old version of Android to run my app,
Code:

<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="30"/>

 

عقب
بالا