Posts

Showing posts from December, 2022

Build and release an Android app

Image
  When you’re ready to prepare a  release  version of your app, for example, to  publish to the Google Play Store , this page can help. Before publishing, you might want to put some finishing touches on your app. This page covers the following topics: Create an upload keystore Step 1 Go to  in android studio then Following the  Android Studio key generation steps Running the following at the command line: On Mac/Linux, use the following command:    keytool -genkey -v -keystore ~/upload-keystore.jks -keyalg RSA -keysize 2048 -validity 10000 -alias upload             On Windows, use the following command:                     keytool -genkey -v -keystore c:\Users\Praveen\key.jks -storetype JKS -keyalg RSA -keysize 2048 -validity 10000 -alias key      -----type this command in terminal  Like this Ex----> PS C:\Users\Praveen\AndroidStud...

Privacy Policy

Privacy Policy Effective Date:   TutBot (“we,” “us,” or “our”) values your privacy. This Privacy Policy explains how we collect, use, and protect your personal information when you use our app, TutBot - Online Courses . Information We Collect Personal Information: When you register or use our services, we may collect your name, email address, phone number, and payment information (if applicable). Usage Data: We collect information on how you use the app, including device information, IP address, operating system, and app activity, to improve your experience. Log Data: In case of app errors, we collect log data like device details and usage times to troubleshoot issues. How We Use Your Information We use your information to: Provide and maintain our services Process your registration and payments Communicate with you, including customer support Analyze app usage to improve features and performance Comply with legal obligations Data Sharing and Disclosur...