Skip to content

Mobile SDK overview

The Instaply SDK lets you embed text conversations between your end users and your team inside native iOS and Android apps.

Example integration projects (with test API tokens for Instaply demo organizations) are referenced from the platform-specific guides:

For production, request dedicated API tokens from Instaply, associated with your organization(s).

To receive pushes when new messages arrive, you typically either:

  1. Host an endpoint Instaply calls with a JSON payload; your backend then sends the push to the device. Provide one URL per organization. The payload format is defined in Push notifications (IPNS). A sample Java implementation may be available from Instaply.
  2. Or provide Apple and Google push certificates so Instaply can send notifications on your behalf.

See Push notifications (IPNS) for the HTTP contract (ipns-version, POST body, GET health check).

Mobile clients use an API token plus a server-generated nonce and verification digest (SHA1). See SDK authentication.

For questions beyond this documentation, contact your Instaply CSM or representative.