Skip to main content

Overview

This guide covers the complete lifecycle of mobile app management in Bit2Connect, from creation to deletion, using the Public API.

Creating Mobile Apps

iOS App Example

cURL

Android App Example

cURL

Listing Mobile Apps

Retrieve all mobile apps in your project:
cURL
The response includes both iOS and Android apps with platform-specific fields:
Response

Updating Mobile Apps

Update specific fields of an existing mobile app:
Update App Store URL
Partial Updates: You only need to include the fields you want to change. The platform cannot be modified after creation.

Deleting Mobile Apps

Remove a mobile app from your project:
cURL
Impact on Links: Deleting a mobile app will remove its association from any dynamic links currently using it. The links will continue to work but will lose their mobile app configuration.

Integration Workflows

Workflow 1: Pre-register Apps

  1. Create mobile apps for your iOS and Android applications
  2. Save the app IDs returned from the API
  3. Create dynamic links using the saved app IDs
JavaScript Example
Create and save mobile app configurations while creating dynamic links:
JavaScript Example

Error Handling

Common error scenarios and how to handle them:

App Not Found

Validation Errors

Platform Mismatch

Next Steps