# Multiterminal application Bundle ID To configure

  • Bundle ID (Bundle Identifier) yes iOS The unique identifier for the application, in character string form, represented by the Apple Allocation that identifies applications in the app store. Each iOS Applications must all have a unique Bundle ID。 Therefore, based on the multi-terminal framework to develop iOS Applications also need to be configured for multi-terminal applications Bundle ID。
  • This article mainly contains the basic concept of the introduction and configuration of the application of multi-terminal Bundle ID Detailed guidelines

# I. Basic Concepts

# The default beta Bundle ID

  • Multi-application Bundle ID From WeChat open platform mobile application configuration iOS Development information, however, when developers have not yet bound multi-terminal applications to mobile applications, the platform will default to each multi-terminal application to facilitate developers to build and test.com.tencent.devtoolssaaademo .dbAct asThe default beta Bundle ID
  • That is, build in the developer tools IPA Or will be held inRunning on the real machineThe time will come.The default beta Bundle IDto construct
  • Developers can see below.The default beta Bundle ID
  • The above paths are:Donut Development platform - Multiterminal application - details - Mobile Application InformationWeixin DevTools - Multiterminal application mode - to construct - Package generation IPA

# Developer-defined Bundle ID

  • As described above, the application of multiple Bundle ID From WeChat open platform mobile application configuration iOS Development information, while supporting configuration in the WeChat Open Platform Mobile App Office Bundle ID And Testing Bundle ID
  • Therefore, developers who want to configure a custom Bundle ID, you need to go to the WeChat open platform to complete the developer qualification certification, and create a transfer application account, configure the iOS Development information, as well as submit for review
  • Finally, again in Donut Multi-terminal application console will be multi-terminal application and mobile application binding, to be approved by the mobile application
  • Similarly, if the developer wants to modify the configured Bundle ID, go to the WeChat open platform to change the application, after the audit will be synchronized in multi-terminal applications in time.
  • Operation details can be viewed belowOperational steps

# The default beta Bundle ID and Developer-defined official version Bundle ID difference

  • Use the default beta Bundle ID Constructed IPA Only available for testing experience, not for the app market

  • Use Developer Custom Official Release Bundle ID Constructed IPA Available for submission to the app market for review and listing

  • Added: Developer Custom Beta Bundle ID Not yet supported in Weixin DevTools IPA

# II. Operational Steps

# 2.1 in Apple Developer Platform definition Bundle ID

  • use Apple Developer Account Login Developer Console, Go toCertificates, identifiers, and description filesGet intocertificatepage
  • in Certificates,Identifiers & Profiles Page, click the Identifiers, where the IDENTIFIER The columns correspond to Bundle IDWill this Bundle ID Fill inWeChat Open Platform Mobile AppOf the development information can be, the operation steps can be viewed 2.2

# 2.2 WeChat open platform configuration mobile application development information

# 2.3 in Donut Platform Bound Mobile Apps

  • reference 2.2 After you create and configure your mobile app, you can go to the Donut Development platform, binding mobile apps to multiterminal apps
  • The operating path is: Multiple Application - details - Mobile Application Configuration - Instantly bind mobile app account
  • Added: In Donut Development platformbindingDetailed guidelines for mobile apps can be found at:[Binding Mobile App Account](https://dev.weixin.qq.com/docs/framework/Guideline/web/application_create.html#_3% E3%80%81%E7%BB%91%E5%AE%9A%E7%A7%BB%E5%8A%A8%E5%BA%94%E7%94%A8%E8%B4%A6%E5%8F%B7)

# 2.4 Display effect after configuration

complete Bundle ID After the configuration of the Donut The rendering effect of the development platform and WeChat developer tools is shown below:

# 2.5 modify Bundle ID

  • Donut Development platform and WeChat developer tools only support view Bundle ID

  • If you need to modify Bundle ID, you can go to the WeChat open platform operation and re-submit the transfer application audit, after the audit, Bundle ID Etc. The development information will be synchronized to the Donut Developer Platform and Weixin DevTools (If you are not in sync, please restart your browser or tools)

When a mobile application is bound to a multiterminal application, the developer configures the Bundle ID The development information will be synchronized from WeChat Open Platform to Developer Tools. IPA Is based on the official version of the developer configuration Bundle ID, Build IPA Detailed guidelines can be viewed:Package generation IPA