Skip to content

Quick Start Guide

This page provides a short entry path for integrating Facade 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 Facade SDK.

The SDK validates its license against saas-api.acrobits.net. Make sure the application can reach saas-api.acrobits.net (165.232.92.225) on port 443. The SDK attempts license validation every 24 hours and retries every 30 minutes after a validation failure. For network requirements, see the IP allowlist.

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 example configuration in the getting started pages.