TQUIC_Android_SDK.zip
and compress the package. Copy the AAR
file to the project directory (app/libs).dependencies {...implementation fileTree(dir: 'libs', include: ['*.aar']) //Add the *.aar file.implementation 'com.squareup.okhttp3:okhttp:3.11.0' //Add the okhttp dependencies.}
AndroidManifest.xml
. The QUIC SDK requires the following permissions:<uses-permission android:name="android.permission.INTERNET" />
TQUIC_iOS_SDK.zip
and compress the package. Copy the framework
file to the project directory.-ObjC, -l"c++”
to the compilation option Other Linker Flags.
Was this page helpful?