Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Steam, Meta, Vive stores #562

Open
jgwinner opened this issue Sep 29, 2023 · 1 comment
Open

Support for Steam, Meta, Vive stores #562

jgwinner opened this issue Sep 29, 2023 · 1 comment
Labels
needs triage Community-submitted issue that needs to be triaged with the correct labels

Comments

@jgwinner
Copy link

Proposal

Google and Apple aren't the only mobile dev platforms - any consideration for other stores, like Steam, the Meta/Quest stores, and the Vive store?

What this achieves / problem(s) it solves

Mobile Apps developers frequently work with Unity and other applications, and release their mobile apps (VR) on the Quest store, and PC apps on Steam, and both on the Vive Store; then do another mobile release on the traditional stores.

Building pipelines for these as well as the traditional Tramline would be useful. I do see frequent releases on both the App/Play stores, as well as the Quest store for a similar app (or a non VR build).

Steam isn't mobile, but again quite often it's the same Unity project, just different build options.

Alternatives

Custom CI/CD, or Unity paid services

Additional context

Not always mobile builds, but integrating into stores is still a bit of a mess.

@jgwinner jgwinner added the needs triage Community-submitted issue that needs to be triaged with the correct labels label Sep 29, 2023
@kitallis
Copy link
Member

kitallis commented Oct 2, 2023

Hi @jgwinner, thanks for the proposal.

You are absolutely right. There are definitely other stores than just those 2. And not just stores, SDKs for example, ship to different distribution environments, like maven.

We do support other distribution environments, like Firebase App Distribution and our interfaces are designed in a way that we can easily add new stores or store-like platforms.

In general, our distribution environments are classified as:

  • Rolloutables (staged/phased rollouts on app store or play store supported)
  • Depositories (just artifact shipping)

Since you took the time to write this out, I'm assuming you need this. Would love to talk to you about what you're building and if we can help add support. Feel free to book a call here.

...also curious, how did you discover us? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Community-submitted issue that needs to be triaged with the correct labels
Projects
None yet
Development

No branches or pull requests

2 participants