Register the application

Now, we will register the Android and iOS applications in Catalyst and fetch the configuration files. To build your Flutter app with Android or iOS as your development targets with the Flutter SDK, you will need to register your apps and fetch the property files generated by Catalyst and include them in both Android and iOS app directories. Please follow the steps below to register the mobile applications in Catalyst.

To register an Android application in Catalyst:

  1. Open your project in the Catalyst console and click on the Settings icon in the top right corner of the screen.
open-settings
  1. Navigate to Project Settings-> Developer Tools. Click the Android tile.
dev-tools
  1. Provide the package name as com.example.dialer and the redirect URL as dialerapp and then click Create.
create-package
  1. Click Download. The configuration file gets downloaded to your local.
click-download
Note: You can refer to this help documentation to learn more about the Android setup for Flutter SDK in detail.

Similarly, to register an iOS application in Catalyst, follow the same steps as mentioned above by clicking the iOS tile. Provide the package name as “com.example.catalyst.dialer”, redirect url as “dialerapp” and download the iOS configuration file.

Note: You can refer to this help documentation to learn more about the iOS setup.

Last Updated 2025-05-15 11:38:27 +0530 +0530