DENT Gigastore Documentation
  • Introduction
  • Start with Gigastore
    • Create an Account
    • Add Credits
    • Configure Inventory
    • Set Up Auto Top-Up for Credits
  • Technical Integration
    • API Integration
    • SDK Integration
  • API
    • Getting started
    • Open API Specification
    • Postman Collection
    • API Authentification
    • Offering Packages
    • Countries API
    • Supported Devices API
    • Customers
    • First Package
    • Activation Modes
    • eSIM Profiles
    • Top-up
    • Package Refund
    • Error Handling
  • Webhooks
    • First Steps
    • eSIM Status
    • Balance Alert
    • Country Change
  • iOS SDK
    • First Steps
    • Download SDK
    • Enable Direct Installation
    • iOS Universal Link
    • Integrate SDK
    • Prepare eSIM Installation
    • Install eSIM
  • Android SDK
    • First Steps
    • Download SDK
    • Enable Direct Installation
    • Integrate SDK
    • Prepare eSIM Installation
    • Install eSIM
    • Testing
  • SDK Webhooks
    • Activation Request
    • Customer Registration
  • Guidelines
    • UX Guide
  • Customer support
    • Gigastore for Support Teams
    • Connectivity
    • Changing Device
    • Package Refund
Powered by GitBook
On this page
  1. Android SDK

Enable Direct Installation

PreviousDownload SDKNextIntegrate SDK

Last updated 1 year ago

Was this helpful?

CtrlK
  • Prepare SHA-1
  • Request Direct Installation

Was this helpful?

A direct installation allows users to install an eSIM on their Android device without a QR code. It provides the smoothest experience for installing an eSIM.

  1. Request the Direct Installation at DENT and follow the process

  2. Once approved, proceed with the technical integration

Prepare SHA-1

To use the DENT Android SDK in your app, you need to provide the certificate fingerprint of your app to DENT.

If your app is self-signed, identify the SHA-1 using keytool following Google documentation.

If you are using Play App Signing, provide the bundle SHA-1 from the Google Play Console.

App Bundles might have a different signature in Google Play than during testing the APK locally. In this case, change your App Bundle signature to your self-signed key (see this link) or provide both SHA-1 fingerprints to DENT.

Request Direct Installation

Once you identified the correct fingerprint, send us your SHA-1 via this form.

Registering your app might take some days. We will send you an email once your app has been registered. Schedule enough time to get the signature processed.