“Privacy Policy” and “Terms of Service” pages are necessary to publish an app on the App Store. AppView has placeholders for both pages, but you need to fill them with content.
Privacy Policy
Put your custom privacy policy into app/(main)/privacy/page.mdx. It has a
template for a prompt which you can fill in and ask AI to generate the full
policy.
The privacy policy is accessible at /policy in the browser.
Terms of Service
It’s very common for iOS apps to link to the standard Apple Terms of Service page , which AppView does by default.
But if you need custom terms, put them inside app/(main)/terms/page.mdx and
update the link in the footer to point to /terms.