foreverest / mobilecenter-sdk-inject

Mobile Center SDK inject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobile Center SDK inject library

  1. Install
npm install
  1. Compile
tsc
  1. Use
node ./lib/mobilecenter-sdk-inject <keys>

Keys

-t: The following argument must be <projectType> ("android" or "xamarin")
-p: The following argument must be <projectPath>
-m: The following argument must be <moduleName>
-b: The following argument must be <buildVariant>
-v: The following argument must be <sdkVersion>
-as: The following argument must be <androidAppSecret>
-is: The following argument must be <iOsAppSecret>
--analytics: Includes Mobile Center SDK Analytics module
--crashes: Includes Mobile Center SDK Crashes module
--distribute: Includes Mobile Center SDK Distribute module

Algorithm descriptions

About

Mobile Center SDK inject


Languages

Language:TypeScript 92.6%Language:Java 7.4%