Psiphon Library v2.0.2
Android (Maven)
The Android Library is also available through a Maven repository:
https://github.com/Psiphon-Labs/psiphon-tunnel-core-Android-library/tree/v2.0.2.
Instructions on how to use the Maven repository can be found at:
https://github.com/Psiphon-Labs/psiphon-tunnel-core/tree/master/MobileLibrary/Android#if-using-maven-based-binary-distribution.
Known Issues
When using minifyEnabled true
, the following proguard rule must be added to projects using the Android Library:
-keep class psi.** { *; }
This rule will be included in the Android Library AAR in future releases.
iOS (CocoaPods)
The iOS Library is also available as a CocoaPod:
https://github.com/Psiphon-Labs/psiphon-tunnel-core-iOS-library/tree/v2.0.2.
Add PsiphonTunnel as a dependency by adding the following line to your Podfile:
pod 'PsiphonTunnel', :git => 'https://github.com/Psiphon-Labs/psiphon-tunnel-core-iOS-library.git'