Wechat applet end

Specific steps: Open HBuiderX -> Release -> small program – wechat -> Wait

The first step:

Package with HBuiderX, at this time, “wechat Developer Tools” will be automatically opened.

Matters needing attention:

  1. Make sure the code is complete and up to date

    2. Check whether the interface domain name address is the online environment domain name. 3. Determine whether the applet 'appId' is correctCopy the code

The second step:

Click “wechat Developer Tools” and “Upload” in the upper right corner.

Matters needing attention:

1. The uploaded content should not exceed '2M' (code should be optimized to reduce local resources and use network address) 2. Fill in the uploaded version information (** Note: the current version of the uploaded version is larger than the previous version)Copy the code

Step 3:

Open and log in the wechat public platform

Matters needing attention:

1. After the previous step is complete, choose Version Management > Development Version and set it to Experience 2. If the domain name of the experience edition is changed during the experience edition, delete the domain name of the previous version and scan the code again (to prevent data errors). 3. Before submitting the application, ensure that all content in the mini-program is reflected in the service category 4. When submitting the application, fill in the test data (e.g. test account password, etc.)Copy the code

Step 4:

Submit the demo version for review

Matters needing attention:

1. Make sure that all functions of the demo are intact

Step 5:

Waiting for audit

Matters needing attention:

  1. Accelerated audit is not selected, and the general audit time cycle is about 1 to 2 days
  2. In addition to the emergency launch of the version check under acceleration, because there are only three opportunities a year
  3. If accelerated audit is clicked, the audit fails. The above steps can be modified within 12 hours and re-submission for review will be subject to limited review

Step 6:

Submit the release

Matters needing attention:

2. If the submission is successful, it will be published in about half an hourCopy the code

Note: no matter other third party domain name or own domain name, it needs to be configured in the background of wechat

The H5 end

Specific steps: open HBuiderX -> Issue -> website -H5 mobile version -> fill in the title, domain name -> click issue -> Wait

The first step:

Use HBuiderX for packaging

Matters needing attention:

  1. Distinguish the test environment from the online environment
  2. Local run solutionCross domainThe problemmanigest.json -> Source view
{..."h5": {
        "devServer": {
            "proxy": {
                "/xxx" : {
                    "target" : "Interface address"."changeOrigin" : true."secure" : false."pathRewrite" : {
                        "^/xxx" : "/xxx"}}// Note: multi-background staff development interface, you can configure multiple simultaneous and multi-background staff joint adjustment}}}... }Copy the code

The second step:

Just put the packed static resources on the server!

Matters needing attention:

1. Static resource location: 'unpackage' -> 'dist' -> 'build' -> 'h5' 2. The domain name of the interface in the project should be the same as the domain name of the websiteCopy the code

Step 3:

Put static resources on the server

Recommended two Windows platform software: Xshell, Xftp foolproof upload files to the server!

Matters needing attention:

1. In the test environment, developers can upload the test by themselves, and it is better for the online environment to hand over the latest resource package to the operation and maintenance personnel for release. 2Copy the code

Alipay small program end

Specific steps: Open HBuiderX -> Issue -> small program – Alipay -> wait

The first step:

Package with HBuiderX, the Applet development Tool will open automatically

Matters needing attention:

And wechat small program similar…

The second step:

Click “Applets developer Tools” and “Upload” in the upper right corner.

Matters needing attention:

And wechat small program similar…

Step 3:

Open and log in alipay open platform

Matters needing attention:

And wechat small program similar…

Step 4:

Submit the demo version for review

Matters needing attention:

And wechat small program similar…

Step 5:

Pending review & submission for release

Similarly: no matter other third-party domain names or their own domain names need to be configured in the background of wechat

AnZhuoDuan

Specific steps:

1. Open 'HBuiderX' -> 'Publishing' -> 'Native APP - Cloud Packaging' 2. Fill in 'certificate alias',' certificate private key password ', 'certificate file' 3. Click 'Package' -> WaitCopy the code

The first step:

Use HBuiderX for packaging

Matters needing attention:

  1. The version number cannot be smaller than that of each package
  2. Upload the APP icon made by the artist and fill in the relevant information about the APP
  3. Configuration file generation
  4. Click on therelease -> Cloud packaging -> Filling in configuration Information -> packaging -> Waiting for the
  5. Successful packaging will return to the download address to download

The second step:

apps

Matters needing attention:

  1. Applications from platform application developers
  2. Platform create application ->Fill in the information
  3. Upload the downloaded package to the platform
  4. Submit, review, wait, release and put on shelves

Note:

1. ** must ** not cloud package debugging every time, package debugging can use the 'custom base' method 2. If the application contains wechat login, payment, Alipay payment and other third parties, you need to create an application on the corresponding open platform to obtain 'appId' 3. If the application contains ** hot update **, be sure to pay attention to the version number, determine whether the major update or 'WGT' update 4. ** be sure to ** upload according to the application size specified by 'HBuilder' 5. If packing is slow, you can use offline packingCopy the code

Apple’s end

Specific steps:

1. Open 'HBuiderX' -> 'Publishing' -> 'Native APP - Cloud Packaging' 2. Fill in 'certificate private key password', 'certificate profile', 'private key certificate' ** Note ** : The difference between development environment and production environment 3. Click 'Pack' -> WaitCopy the code

The first step:

Use HBuiderX for packaging

Matters needing attention:

Similar to Android…

The second step:

apps

Matters needing attention:

Similar to Android…

Note:

1. Configuration files in the ** production environment cannot be installed on the real machine after being packaged. 2. Upload the packaged '. Ipa 'files to the' App Connect Store 'automatically by' Transfer 'software. Test environment configuration files packaged with '. Ipa 'files can be installed using' Impactor 'software; 4. After the application is approved, modify the price and region and other information to save quickly, which can solve the problem of not being able to search for the software in the mobile 'App Store'Copy the code

Each end must pay attention to configuration information such as appId, test environment, production environment, etc..

conclusion

Although reading the article feels that each end is very smooth, in fact, when really from zero to one to complete a project will experience a lot of pits! I believe that partners really put each end of their own experience for a walk, I believe there will be a great harvest. Wish: all partners in the technical truth go further and further ~

Life may be a slow journey, but there is always a plan