Insta360Develop / CameraSDK-Android

Android SDK to control Insta360 cameras
80 stars 9 forks source link

Insta 360 Android SDK not work in latest targetSdkVersion #45

Open jainSamy opened 1 year ago

jainSamy commented 1 year ago

Hello , I am jainSamy , Integrate Insta 360 SDk on android app // app configuration compileSdkVersion 33 targetSdkVersion 33 minSdkVersion 21

// i am use this dependencies implementation 'com.arashivision.sdk:sdkcamera:1.5.3' implementation 'com.arashivision.sdk:sdkmedia:1.5.3'

After setUp all this and build the project i got this Error : Unsupported or unrecognized SSL message but it work on Api label 28 . Please response team its urgent

Thanks.

Tkorn commented 1 year ago
maven {
      url 'http://nexus.arashivision.com:9999/repository/maven-public/'
      credentials {
        username = '****'
        password = '*****'
      }
      //add this code
      setAllowInsecureProtocol(true) 
}