Get up and running with social.plus Android SDK for Kotlin/Java applications in minutes.
build.gradle
:build.gradle
:x.y.z
with the latest version number.proguard-rules.pro
:
build.gradle
:
🔐 Secure Key Generation & Storage
Build Issues
Runtime Issues
AmityCoreClient.setup()
in your Application classAuthentication failures: Verify your API key and region settingsNetwork errors: Check internet permissions and network connectivityRxJava Issues
.subscribeOn(Schedulers.io())
for background operationsMemory leaks: Always dispose of your subscriptions in onDestroy()