You can create a project first and then add an app to the project. When creating an app, you are required to configure information of your app, such as the app name, app package ID, and platform. After the creation, AppGallery Connect will generate basic configuration information for your app.
You can use Xcode to create an app. The bundle ID of the app must be the same as the app package ID entered in AppGallery Connect.
cd project-directory
pod init
pod 'AGConnectCore'