Skip to content

Instantly share code, notes, and snippets.

@esabook
Created May 15, 2019 15:13
Show Gist options
  • Save esabook/15cdc3b6880c3336724b51e3e1c9ef45 to your computer and use it in GitHub Desktop.
Save esabook/15cdc3b6880c3336724b51e3e1c9ef45 to your computer and use it in GitHub Desktop.
targetting distibution group of appcenter.ms
/**
*
*/
void initAppCenter() {
// setup app center for crashlytics
Distribute.setListener(new __UpdateListener());
AppCenter.start(this, APPCENTER_SECRET_KEY, Analytics.class, Crashes.class, Distribute.class);
AppCenter.setEnabled(!BuildConfig.DEBUG);
SharedPreferencesManager.initialize(this);
SharedPreferencesManager.putString("Distribute.distribution_group_id", "ca99dff8-dda1-4404-8554-713c552e220a");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment