Logo
Sign in

Welcome to Digital Turbine

  1. Digital Turbine
  2. DT Ignite Services
  3. Code Snippets
  4. Install by Package Name
January 20, 2023 19:38
Follow

Install by Package Name without Installation Status

// Initialization 

// Install application via package name string and do not listen to updates
val packageName = "com.package.name"
IgniteServiceSdk.instance().install(packageName)

// ...

Back to Top ⇧

© Digital Turbine