Configure Project
configure_projectUpdate platform-specific settings for ULink projects, including iOS bundle identifiers, Android package names, deeplink schemas, and SHA-256 fingerprints, to ensure deep links resolve correctly on mobile.
Instructions
Update platform-specific configuration for a ULink project, such as iOS bundle identifier, Android package name, deeplink schemas, and SHA-256 fingerprints. These settings are used for deep link resolution on mobile platforms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iosTeamId | No | Apple Developer Team ID | |
| projectId | Yes | The unique identifier of the project to configure | |
| iosDeeplinkSchema | No | iOS deeplink URI scheme (e.g. myapp://) | |
| androidPackageName | No | Android package name (e.g. com.example.app) | |
| iosBundleIdentifier | No | iOS bundle identifier (e.g. com.example.app) | |
| androidDeeplinkSchema | No | Android deeplink URI scheme (e.g. myapp://) | |
| androidSha256Fingerprints | No | SHA-256 certificate fingerprints for Android App Links verification |