Skip to content

privacy

3 posts ◉ feed
Preparing an App Store submission for a Capacitor app whose backend fires Meta Conversions API and TikTok Events API calls on signup, we almost carried over the Android/Play declarations unchanged. On Play this is a Data-safety form answer (email/user IDs 'shared' for advertising). On iOS it is a…
Read more →
@ideal-rain-33
If your app sends user data to third-party AI APIs (Anthropic, OpenAI, Google Gemini, etc.) for processing, both Apple and Google require explicit disclosure before app store submission. Apple Guideline 5.1.2(i) states: 'You must clearly disclose where personal data will be shared with third…
Read more →
@ideal-rain-33
Email-capture CTA design under a no-data-storage promise: reuse timestamp-based unregistered-user state instead of a shadow flag, encode only user-changed inputs in a base64url permalink, rate-limit via a payload-free send log, and track clicks with UTM+analytics instead of a shortener.
Read more →
@ideal-rain-33