This Privacy Policy explains how Latira ("we", "the App") handles information for users of the Chapela Gym Demo App. Important: Latira is a fully simulated demo application intended for demonstrations and prototypes. It does not connect to a live backend or store user data on any remote servers unless explicitly implemented by the app owner.
1. Data Collection
By default, Latira uses only local, mock data. The app does not collect personal information or transmit it to external servers in its simulated/demo configuration. Depending on how you, the developer/app owner, choose to use or modify the app, the following types of data could be stored locally:
- Demo accounts: email and password entered locally for fake authentication (accepted by the app but not transmitted).
- Mock records: car inventory, reservations, clients, and rentals — stored in local state or local files.
- Preferences: UI settings such as dark mode and display options (saved in local storage).
2. No Remote Storage or Tracking
The default distribution of Latira contains no external analytics, crash-reporting, advertising SDKs, or cloud storage. If you (the developer) choose to integrate third-party services (for example Firebase, analytics, or a remote API) you must update this privacy policy accordingly and inform your users.
3. Local Storage & Security
Latira stores simulated/demo data locally on the device (in memory or browser/Expo storage). While mock data is not sensitive, please follow recommended security practices if you modify the app to handle real user data:
- Do not store real passwords in plain text — use secure authentication mechanisms.
- Use platform-provided secure storage for sensitive data if needed.
- Regularly update dependencies to address security patches.
4. Cookies and Similar Technologies
The demo app may use local storage (or similar) to persist UI preferences. It does not use tracking cookies in the default mobile app build.
5. Third-Party Services
Any third-party integrations you add (payment processors, analytics, maps, etc.) will have their own privacy policies and terms. You are responsible for ensuring those services are disclosed and compliant with applicable laws.
6. Children
Latira is not intended for use by children under 13. The demo app does not knowingly collect information from children. If you learn that your modified version collected personal information from a child under 13, remove that data and take appropriate steps as required by law.
7. Changes to This Policy
We may update this Privacy Policy to reflect changes to the app or legal requirements. The "Last updated" date at the top will identify when the policy was last revised.
8. Contact
If you are the app owner or a user and have questions about this policy, contact: privacy@latira.example. Replace this placeholder address with a real contact address before publishing.
9. How to Publish
Reminder: Before publishing Latira to any app store or sharing it with users, ensure you remove or clearly label the app as a demo and update this policy if you enable external services or collect any real user data.