CLEARTEXT communication not supported on Retrofit

后端 未结 5 1831
北荒
北荒 2020-12-05 22:34

I\'m trying to connect to https server on android using Retrofit. Here\'s my OkHttpClient

@Provides
public OkHttpClient provideContactClient(){
         


        
5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-05 23:31

    Adding only this to manifest (inside application)

    android:usesCleartextTraffic="true"
    

    works!

提交回复
热议问题