Quick Start Guide¶
This page provides a short entry path for integrating libSoftphone SDK. Use it to complete the shared first step, then continue with the platform-specific getting started guide.
Step 1: Register on Acrobits Licensing Portal¶
Register an account on saas.acrobits.net to access the licenses and credentials required to use libSoftphone SDK.
Step 2: Add the SDK dependency¶
Use the platform-specific getting started guides for the dependency setup:
Step 3: Set up push notifications¶
To enable push functionality, configure push notifications for the platform you are developing for:
Step 4: Build and verify the SDK¶
- Android: Sync the project with Gradle so the SDK is fetched and available to the app.
- iOS: Build the Xcode project to verify that the dependency is integrated correctly.
After the initial verification, continue with the detailed platform guide and the sample code in the getting started pages.