After the plug-in is purchased in the uniapp plug-in market, the plug-in is officially packaged and unavailable.

After using the plug-in in the DCloud plug-in market, I encountered some problems in packaging. I just record it here. If necessary, I will also help you close this pit.

1. Check whether the package you selected when purchasing the plug-in is correct

  Click My Plugin in the upper right corner of the DCloud Plugin Market

 

Under My Plug-ins, you can view the plug-ins you have tried or purchased, and check in the purchased plug-ins whether the plug-ins are imported into the project correctly

2. Check whether the package name is correct

When purchasing plug-ins and formal packaging, you must pay attention to check whether the package name of uniapp is correct, if the package name is inconsistent.

There are two forms:

1. The package name in the manifest is incorrect, modify it as follows, enter the source code view under the manifest option:

 

 2. When packaging, it is found that the package name is incorrect

 3. Plug-in import check

    When we ensure that there is no problem with the package, we need to check the native plug-in configuration under the manifest option

 

If you see the word "Trial" (generally, we will choose to try the plug-in before officially purchasing the plug-in), it means that the status of our trial selection has not been updated. If it shows trial, we cannot officially package it. At this time, you only need to delete the plugin and re-import it:

After the word "Trial" disappears, it can be officially packaged for trial use.

 

Guess you like

Origin blog.csdn.net/weixin_52890053/article/details/128168848