Defines the URL to the privacy policy for your capsule. This is required if you plan to ask for permissions to specific user-sensitive data. You must have a separate privacy policy for each target language you're supporting.
You must define this key to be approved for the Marketplace. For more information, see the Deploying Your Capsule topic.
This key will be replaced with the privacy-policy
key in the new legal.bxb
file. For more information, see the Provide Legal Agreements topic.
// resources/en/capsule-info.bxb
capsule-info {
...
privacy-policy-url(http://my-capsule.com/privacy-policy)
...
}