Wise Live TV - App
  • 🏠Welcome
  • Admin Panel
    • Getting Started
    • Database
    • Installation Process
    • SMTP Config
  • Android Studio
    • Getting Started
    • Open Project
    • Firebase
    • Signed APK
    • Push Notification
    • Application ID
    • Verify Purchase Code
    • BASE URL & Encryption Key
    • Change Logo
    • Change Color
    • Change Text
  • Ad Networks
  • Google Play
    • Release Version
    • Generate Signed Bundle / APK
    • Data Safety Form
    • Advertising ID
  • Troubleshooting
  • Rating and Support
  • License
  • FAQ
Powered by GitBook
On this page
  1. Android Studio

Signed APK

PreviousFirebaseNextPush Notification

Last updated 1 year ago

Open https://console.firebase.google.com

  • Select Project Settings

For Debug APK

Select Your app and add SHA-1 and SHA-256 key which you had created when generating google-service.json file

After you have added keys again download google-service.json file and replace it in your android code

For Signed APK

  1. Open CMD and select path to bin folder of JAVA -> C:\Program Files\Java\jdk1.8.0.40\bin

  2. Copy your keystore to root of your drive eg:- D:\keystore_name.jks

  3. Copy and Paste keytool -list -v -keystore D:\keystore_name.jks -alias alias_name

  4. Enter keystore password (password might be not visible)

  5. Copy SHA1 and SHA256 key and add in firebase as shown above

After you have added keys again download google-service.json file and replace it in your android code

When Uploading Apk to Playstore

  1. Select OPT-OUT or if you select continue then you have upload keystore and get SHA-1 key from google app signing certificate as follows

  2. Navigate to the Google Play Console and login

  3. Choose the application you are signing

  4. Go to Release Management –> App Signing

  5. Copy /Download the SHA-1 or SHA-256 certificate fingerprint from the App signing certificate section

After you have added keys again download google-service.json file and replace it in your android code