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
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
Integration Workflows
Workflow 1: Pre-register Apps
- Create mobile apps for your iOS and Android applications
- Save the app IDs returned from the API
- Create dynamic links using the saved app IDs
JavaScript Example
Workflow 2: Save During Link Creation
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
- Using Saved Apps - Learn how to use saved mobile apps in dynamic links
- Mobile Apps API Reference - Complete API documentation
- Create Dynamic Links - Learn how to create links with mobile app configurations