Register the application

Before we register the application in Catalyst, we will quickly setup the project in the IDE. We will be providing the full Flutter code for your Dialer application. You can download it from here and open it in Android Studio and Xcode.

Now, we will register an android and iOS application in Catalyst. Please follow the steps below to register an application.

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.
  2. Navigate to Project Settings, click Developer Tools.
  3. Click the Android Tile.
  4. Provide the package name and the redirect URL and then click Create.
  5. The console then displays a window where you can download the configuration file. Click Download to download the configuration file.
Note: You can refer to this help documentation to learn more about the Android setup.

Similarly, to register an iOS application in Catalyst, follow the same steps as mentioned above by clicking the iOS tile. Here, the package name is usually the apple bundle ID name (you can fetch the bundle ID in the General tab in your application’s primary target in Xcode)

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

Last Updated 2024-04-05 23:41:34 +0530 +0530