# Registration Equipment Information
to access WMPF Of the device's hardware information must be predefined in theWeChat terminal cooperation platform (wecooper)Complete registration before use. Registration is completed, each device also needs to complete theHardware registration。
# 1. Add Device Type
WeChat needs to know the industry of your device application and the expected shipment size, so WeChat will verify the information you provide and feedback the review results, please fill in the truthfully.
log inWeChat terminal cooperation platform, click on the leftManaging Access Devices, Add Hope Online WMPF Of the device type, select the industry type, fill in the shipment (forecast) information, and click submit. Waiting for WeChat side review (about 1 - 3 Working day).
After approval, it can be found in theManaging Access DevicesPage to get Product ID 。
# Note:
- WMPF Not supported on mobile phones, PC Please select other hardware devices to submit your application.
- Product ID Corresponding to a device type, if you apply for multiple device type access WMPF , you will get multiple Product ID 。Product ID Will be used in the subsequent device information upload process.
# 2. Add Equipment Models
After you have passed the device type audit, click on the leftManaging Access Devices, select the type of device you want to add the device model to, clickAdd toIn the new page, check theWeChat Mini Program Hardware Framework, and enter theModelandmodel name. Models can help you distinguish between multiple devices submitted,model name
Can be understood as the model of theEnglish nameIt will be used in the development code.
Example: The developer wants to see a new version in the upcoming release, codenamedField of visionof C-280 Model TV on line WMPF Capabilities, fill in the examples below:
- Device Type: SelectTV
- Industry Type: SelectSmart home
- Model: Vision
- model name:C-280
# 3. Setting Public Key
When adding the device model, you also need to set the public key, WeChat will use a pair of public and private keys to determine whether the device authorization is legal. After submitting the public key, you can get KeyVersion
。
You can use an existing public key directly here, or by[Auxiliary tools](./utils.md#_2 - Key Generation)Regenerated.
To add a new key click belowPublic keyLowerClick to add, and copy the public key information into the page text box. Be careful to check the format of the public key, formatting errors will cause the audit to fail. to hitAdd toConfirm the submission, wait for WeChat side review (about 1 - 3 Working day).
The public key format that needs to be uploaded is as follows:
-----BEGIN PUBLIC KEY-----
<BASE64 ENCODED DATA>
-----END PUBLIC KEY-----
Please keep the private key for subsequent device signing.