FocusSuccess Privacy Policy & Data Deletion
Privacy Policy Our application, FocusSuccess, is committed to your privacy. This policy outlines the data our app collects and why. Our app uses several services from Google and Firebase to function. These services may collect data as described below: Google Play Billing ( play-billing-ktx ) Purpose: To securely manage your in-app subscription. Data Handled: This service processes your purchase history and subscription status, which Google links to your Google Account. (Evidence: BillingViewModel.kt , BillingRepository.kt ) Firebase Authentication ( firebase-auth ) Purpose: To securely manage your subscription, we must be able to identify you as a unique user. We do this by creating a temporary, anonymous account for you using signInAnonymously() . Data Handled: This service creates and collects a unique, anonymous "User ID" . This ID is not tied to your personal name or email by us, but it is essential for verifying your subscription status. (Evidence: MainActivit...