Mobile SDK overview
The Instaply SDK lets you embed text conversations between your end users and your team inside native iOS and Android apps.
Sample projects
Section titled “Sample projects”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).
Push notifications
Section titled “Push notifications”To receive pushes when new messages arrive, you typically either:
- 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.
- 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).
Authentication
Section titled “Authentication”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.