Home  >  Article  >  Technology peripherals  >  Revised WeChat Public Center Mini Program User Privacy Protection Regulations

Revised WeChat Public Center Mini Program User Privacy Protection Regulations

王林
王林forward
2023-08-21 17:09:05947browse

According to news from this site on August 14, the WeChat Public Platform Operations Center announced that starting from September 15, 2023, for small program developers involved in processing users’ personal information, WeChat requires that only if the developer takes the initiative Synchronize to the platform that users can only call the privacy interface provided by WeChat after they have read and agreed to the mini program's privacy protection guidelines and other information processing rules.

Developers first need to determine whether the mini program involves processing user personal information. If so, they need to configure a user privacy authorization pop-up window, and only in the platform's "Mini Program User Privacy Protection Guidelines" Only when the user personal information being processed is declared in ", the corresponding interface or component provided by the platform can be called.

The overall process of this site is to set up a privacy agreement

1. Formulate the "Mini Program User Privacy Protection Guidelines"

In the "Mini Program Management Backend" "In "Mini Program User Privacy Protection Guidelines", developers need to set up the "Mini Program User Privacy Protection Guidelines"

Revised WeChat Public Center Mini Program User Privacy Protection Regulations

Revised WeChat Public Center Mini Program User Privacy Protection Regulations
##Picture Source WeChat Public Platform Operation Center (the same below)

2. Fill in the "Guidelines for Privacy Protection of Mini Program Users" form

If it is not stated in the guide When processing user personal information, the corresponding interface or component provided by the platform will not be successfully called

Revised WeChat Public Center Mini Program User Privacy Protection Regulations

3. Set the configuration of the user privacy authorization pop-up window

WeChat provides the

wx.onNeedPrivacyAuthorization(function callback) interface, which means that the user triggers a privacy interface call that has not recorded consent on the WeChat side. Developers can respond to the Event selection prompts the user when.

In addition, WeChat also provides the

wx.requirePrivacyAuthorize(Object object) interface, which can be used to simulate triggering the onNeedPrivacyAuthorization event. Mini program developers can design their own prompt methods and triggering times.

Revised WeChat Public Center Mini Program User Privacy Protection Regulations

4. Before conducting code review, the developer must first declare whether it will collect user privacy information and indicate it in the " Select the "Collect User Privacy" option in "User Privacy Protection Settings"

Revised WeChat Public Center Mini Program User Privacy Protection Regulations
The advertising statement of this site contains external jump links. These links can convey more information through hyperlinks, QR codes, passwords, etc., helping to save selection time. However, the results are for reference only and all articles on this site contain this statement

The above is the detailed content of Revised WeChat Public Center Mini Program User Privacy Protection Regulations. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:ithome.com. If there is any infringement, please contact admin@php.cn delete