Our Expert in China
No results available
Separate consent china pipl obligations sit at the heart of how personal information handlers must design their consent flows for products, apps and advertising technology operating in China. Under the Personal Information Protection Law (PIPL), certain categories of processing, sensitive personal information, targeted advertising, third-party sharing and cross-border transfers, cannot rely on a single, catch-all agreement buried in a privacy policy; they require a distinct, informed and unbundled decision from the user. With the Cyberspace Administration of China (CAC) sustaining a steady cadence of mobile app rectification actions and monthly enforcement updates into 2026, bundled consent has become one of the most reliable triggers for regulatory intervention.
This guide gives in-house counsel, privacy leads, product managers and growth teams a practical, implementable playbook: when the law demands it, what compliant UX looks like, how withdrawal and logging should work, and where the enforcement risks bite hardest.
This article is a compliance playbook for teams that build and ship consumer-facing products in China. It is written for privacy engineers implementing consent SDKs, product managers designing onboarding flows, ad and growth teams relying on profiling, and the in-house counsel who must sign off on all of it. By the end you will be able to identify precisely which processing activities require separate consent under China PIPL, translate the legal test into interface patterns that survive regulator scrutiny, and stand up a withdrawal and recordkeeping regime that holds up under a CAC review. Where we reference the statute we point to primary sources so your compliance file can be built on citations, not summaries.
Separate consent china pipl is not a marketing phrase, it is a legal concept woven through the PIPL. Ordinary consent under the PIPL must be given voluntarily and explicitly, on the basis of full information. Separate consent is a heightened form of that requirement: the individual must be given a discrete, standalone opportunity to agree to a specific processing activity, distinct from any general acceptance of terms or a privacy policy. In practice this means a user cannot be deemed to have consented to sensitive data processing simply because they tapped “Agree” on an onboarding screen that also covered a dozen other purposes.
The PIPL, adopted by the Standing Committee of the National People’s Congress and in force since 1 November 2021, establishes consent as one lawful basis for processing personal information and singles out specific scenarios where a separate, standalone consent is mandatory. These include the processing of sensitive personal information (Article 29), the provision of personal information to other handlers (third-party sharing, Article 23), the public disclosure of personal information (Article 25), and the transfer of personal information outside China (Article 39). The CAC, as the primary regulator for personal information practices, supplements the statutory text with guidance and rules on mobile applications, app permissions and acceptable consent presentation.
The Ministry of Industry and Information Technology (MIIT) adds technical and app-store-facing rules that govern permission requests and platform obligations.
The trigger tests are situational. Ask two questions of any processing activity. First, does it involve sensitive personal information? If so, separate consent is required. Second, is the purpose one of the specific scenarios the PIPL singles out, for example, sharing with a third party, public disclosure, or sending data abroad, or does it otherwise fall outside what is necessary to provide the service the user requested? If yes, separate consent (or, for cross-border transfers, the applicable transfer mechanism) is again the rule.
Essential processing that is genuinely necessary to perform the contract the user asked for, delivering a food order to a location, for instance, can rest on the contract basis, but the moment you extend that data to advertising or an unrelated third party, the separate consent obligation attaches. This is the practical fault line that separate consent china pipl compliance turns on.
The most common compliance failure is bundling: collapsing many distinct processing purposes into one checkbox, one “Agree” button, or one line in the terms and conditions. Regulators treat bundled consent as presumptively defective because it deprives the user of a genuine, granular choice. Understanding the contrast between bundled and PIPL-aligned separate consent is the fastest route to a compliant design.
| Feature | Bundled consent (typical) | Separate consent (PIPL-aligned) | Enforcement risk |
|---|---|---|---|
| Definition | One checkbox or T&C covering many purposes and third parties | Distinct, explicit agreement for each triggering purpose or SPI processing, with clear on/off controls | High: regulators routinely flag bundled consent; rectification or penalty likely |
| When allowed | Only for processing closely tied to contract performance | Required for SPI, third-party sharing, public disclosure and cross-border transfer | Bundling of SPI, ads or third-party access frequently leads to enforcement |
| UX pattern | Single “Agree” button; buried permissions | Layered, granular toggles; no pre-checked boxes; clear purpose labels | Low for granular consent; high for bundled |
| User control | Limited | Convenient withdrawal and records; consent state logged | Failure to provide withdrawal = compliance breach |
| Example | “By using the app you agree to our privacy policy” | Two toggles: “Allow location for core service” / “Allow targeted ads, ON/OFF” | CAC app rectification notices cite bundled consent |
CAC and MIIT app inspection notices have repeatedly identified the same defective patterns. These include forcing users to accept advertising and analytics processing as a condition of using core features, seeking a blanket acknowledgement of “the privacy policy” as the basis for sensitive data collection, requesting device permissions (contacts, precise location, camera, microphone) that bear no relationship to the requested function, and pre-checking consent boxes so that agreement is the default. Each of these deprives the user of the standalone choice that separate consent china pipl rules are designed to protect.
Bundling is not inherently unlawful when the purposes are all genuinely necessary to a single service the user requested. A ride-hailing app can, within one consent flow, collect the pickup location and destination because both are integral to the core service. The stricture is that essential processing must be tightly scoped: the moment a purpose falls outside what is strictly necessary to perform the requested service, or falls within a specific PIPL trigger such as third-party sharing or cross-border transfer, it must be carved out into its own separate consent with its own control.
The two dominant triggers are sensitive personal information and the specific high-risk scenarios the PIPL enumerates. Both demand a separate, standalone consent, and both attract disproportionate regulator attention.
Under the PIPL, sensitive personal information is data that, once leaked or unlawfully used, could easily lead to infringement of an individual’s personal dignity or endanger their personal or property safety. The PIPL lists categories including biometric identification, religious beliefs, specific identity, medical and health, financial accounts, and individual location tracking (whereabouts). The PIPL also treats the personal information of minors under the age of 14 as sensitive personal information. Processing any of these requires separate consent (and, for minors under 14, the consent of a parent or other guardian), alongside a clear explanation of the necessity of the processing and its impact on the individual’s rights.
Beyond sensitive personal information, the PIPL requires separate consent for specific scenarios such as providing personal information to another handler, public disclosure, and cross-border transfer. For apps, adtech and embedded SDKs, the recurring scenarios that need careful consent handling are:
For product teams the practical discipline is to inventory every data flow generated by first-party code and third-party SDKs, tag each as essential or non-essential, and route every sensitive or separately-consented flow through a dedicated separate consent china pipl control.
Legal compliance succeeds or fails at the interface. The following patterns translate the separate consent china pipl requirement into concrete, defensible UX. Treat items marked as “must” as non-negotiable.
Present a distinct control for each non-essential purpose. A user should be able to accept core functionality while declining advertising, and vice versa. Each toggle must carry a plain-language label naming the purpose and, where relevant, the recipient. Sample copy (non-binding): “Allow personalised advertising, we use your in-app activity to show ads relevant to you. You can turn this off at any time. / 允许个性化广告, 我们根据您的应用内活动向您展示相关广告,您可随时关闭。”
Consent controls should default to off. A pre-ticked box or a toggle set to “on” before the user acts is not voluntary consent and is a recurring finding in rectification notices. The affirmative action must come from the user.
Use a short, scannable first-layer notice at the point of decision that states the purpose, the data involved and whether it is optional, with a clear link to the full detail. Do not require the user to read a full policy to understand what they are agreeing to. The just-in-time layer is where the separate consent is actually captured.
Where third-party SDKs collect or transmit personal information, disclose the SDK provider’s identity, the categories of data shared and the purpose, and obtain separate consent before the SDK activates. A dedicated “third-party data sharing” screen that lists each recipient is the safest pattern.
Never block access to a core feature because a user declined an unrelated, non-essential permission. The PIPL prohibits refusing to provide a product or service where an individual declines consent that is not necessary for that product or service. If a user refuses advertising consent, the app must still deliver the service they requested. Conditioning essential functionality on non-essential consent is a classic enforcement trigger.
For biometric, health, financial or precise-location data, surface a standalone dialog that explains the necessity and impact, and requires an explicit affirmative action distinct from any general acceptance. Sample copy (non-binding): “To enable face login, we need to collect and process your facial biometric data. This is optional; you can use a password instead. Do you consent? / 为启用面部登录,我们需要收集并处理您的面部生物识别信息。此为可选项,您也可使用密码。您是否同意?”
Accessibility matters for validity as well as usability: consent controls must not rely on colour alone to convey state, should be reachable and operable by keyboard, and should expose clear labels to screen readers so that the affirmative action is genuinely informed for every user.
The right to withdraw consent is as important as the act of giving it. The PIPL requires handlers to provide a convenient way to withdraw consent. A compliant withdrawal regime has three moving parts: the user-facing mechanism, the processing effect, and the backend record.
At minimum, log the following fields for each consent event: a user or pseudonymous identifier, the specific purpose consented to or withdrawn, the consent version or policy version presented, the exact timestamp, the interface or channel used, and the resulting consent state. Retain these records for a period aligned with the applicable limitation and audit expectations, and ensure the logs themselves are protected as personal information. Under a CAC review, the ability to produce a clean, timestamped consent ledger is often the difference between a warning and a penalty.
Consent is not the only compliance obligation, and it is not always the right lawful basis. The PIPL imposes broader duties on personal information handlers that operate regardless of how consent is captured:
The practical takeaway is to reserve consent, and especially separate consent, for the processing that genuinely needs it. Where contract performance is the true basis, relying on consent creates a needless withdrawal risk. Mapping each processing activity to the correct lawful basis before you design the interface avoids both over-collecting consent and under-protecting sensitive data.
Enforcement around consent has been consistent and public. The CAC and MIIT conduct rolling inspections of mobile applications and publish notices naming apps that fail to rectify defects, with sanctions escalating from public naming and mandatory rectification to app-store removal for persistent non-compliance. Bundled consent, forced consent as a condition of use, excessive permission requests and the absence of a working withdrawal mechanism recur across these notices as the leading causes of action. The 2025 revisions to the Cybersecurity Law and the ongoing implementation of the PIPL continue to shape the enforcement environment.
Industry observers expect 2026 enforcement to keep its focus on the same pressure points, with particular attention to third-party SDK data flows, precise-location collection and behavioural advertising, precisely the areas where separate consent china pipl obligations are most often mishandled. The likely practical effect is that apps with opaque SDK sharing and pre-checked advertising consent remain the highest-risk category. If a regulator raises concerns, the escalation checklist is straightforward:
Use this checklist as a release gate. Each item should map to an owner and an acceptance criterion before a build ships.
Consent copy templates should be labelled sample and non-binding, maintained in parallel Chinese and English, and version-controlled so the exact wording presented to each user can be reconstructed from the consent log.
Separate consent china pipl compliance is ultimately a product-engineering discipline as much as a legal one. The law’s expectations are now well established: sensitive personal information, third-party sharing, public disclosure and cross-border transfers each require a distinct, informed, unbundled decision, backed by a convenient withdrawal path and a defensible consent log. Teams that map their data flows, route sensitive and separately-consented processing through granular controls, eliminate pre-checked boxes and forced consent, and keep clean records will be better placed to withstand the enforcement scrutiny that continues to intensify through 2026. The next step is to run your current app or web build against the implementation checklist above and close the gaps before a regulator finds them.
For a tailored compliance review or a remediation plan, contact the Global Law Experts Data Protection team. This article is general information and not legal advice; obtain advice specific to your circumstances.
This article was produced by Global Law Experts. For specialist advice on this topic, contact Maggie Meng at Beijing Global Law Office, a member of the Global Law Experts network.
posted 6 minutes ago
posted 7 minutes ago
posted 14 minutes ago
posted 15 minutes ago
posted 16 minutes ago
posted 23 minutes ago
posted 24 minutes ago
posted 32 minutes ago
posted 35 minutes ago
posted 40 minutes ago
posted 41 minutes ago
posted 43 minutes ago
No results available
Find the right Legal Expert for your business
Send welcome message