DEV Community

Cover image for Route AppCenter Distribute SDK to specific Release Group
Egit S.
Egit S.

Posted on • Originally published at esabook.wordpress.com on

Route AppCenter Distribute SDK to specific Release Group

Noted because no textual official documentation found. Free to update.

One of the CI.

Preword:

capture

But for But,

There is as flexible SDK, we can point update check to the specific group as we can prepare. With this, we can get the in-app auto-update without login as tester collaborator.

import com.microsoft.appcenter.utils.storage.SharedPreferencesManager;

...

SharedPreferencesManager.initialize(this);
SharedPreferencesManager.putString("Distribute.distribution_group_id", "***REPLACE WITH GROUP-ID HERE***");

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay