Git Product home page Git Product logo

Comments (10)

evkhramkov avatar evkhramkov commented on May 22, 2024 1

Yes we will fix that soon, I hope we'll be able to release an update next week.
But due to API changes, which were adopted in 0.2.0 release, we'll have to introduce separate parameter to specify external stores.

Sorry again for that issue, but you still can try downgrading to 0.1.7

from fastlane-plugin-appcenter.

emilioicai avatar emilioicai commented on May 22, 2024

I can confirm the distribution group 'Alpha' exists in my App's appcenter setup

from fastlane-plugin-appcenter.

evkhramkov avatar evkhramkov commented on May 22, 2024

Hello, sorry for that issue. At the moment, plugin supports distributing only to App Center distribution groups, you can’t target external destination (like TestFlight, or Google Play)

from fastlane-plugin-appcenter.

emilioicai avatar emilioicai commented on May 22, 2024

This was working before, any plans on supporting this feature in the future?

from fastlane-plugin-appcenter.

dennispan avatar dennispan commented on May 22, 2024

My thoughts on this is to first refactor what we have and change group to destinations, and add destination_type, which is consistent with how App Center CLI does this (https://github.com/Microsoft/appcenter-cli/blob/master/src/commands/distribute/releases/add-destination.ts#L67) and App Center public APIs. Does this sound reasonable @evkhramkov ?

from fastlane-plugin-appcenter.

evkhramkov avatar evkhramkov commented on May 22, 2024

@emilioicai we just released version 1.0.0 with stores support. You can use that like that:

# upload to appcenter
appcenter_upload(
      api_token: "<TOKEN>",
      owner_name: "<OWNER>",
      app_name: "<APPNAME>",
      notify_testers: true,
      destinations: "Alpha",
      destination_type: "store",
      release_notes: "<NOTES>",
      apk: lane_context[SharedValues::GRADLE_APK_OUTPUT_PATH]
)

from fastlane-plugin-appcenter.

emilioicai avatar emilioicai commented on May 22, 2024

great!, thanks @evkhramkov

from fastlane-plugin-appcenter.

jwilber99 avatar jwilber99 commented on May 22, 2024

Hello all, I have been trying to use appcenter_upload() in my fastfile to upload our builds to the appcenter and the play / app store. It successfully uploads to the appcenter but it doesn't successfully upload to the stores. It tells me 'Not found, invalid distribution store name, store 'App Store' was not found'.
The arguments I am using look like this:
appcenter_upload(
file: options[:BUILD_OUTPUT],
destinations: "App store",
destination_type: "store",
upload_build_only: true)

It doesn't recognize 'App store' as a name for a store. I have looked through the documentation and this one (link below) shows the 'destinations' as Alpha. I did try alpha but it tells me 'Not found, invalid distribution store name, store 'Alpha' was not found'. Example can be found above and at the link below
(Link:

'appcenter_upload(
api_token: "...",
owner_name: "appcenter_owner",
app_name: "testing_google_play_app",
file: "./app.aab",
destinations: "Alpha",
destination_type: "store",
release_notes: "this is a store release"
)
In the 'fastlane-lugin-appcenter's readme, it says that 'Comma separated list of destination names, use '*' for all distribution groups if destination type is 'group'. Both distribution groups and stores are supported. All names are required to be of the same destination type (default: Collaborators)'

What I am trying to accomplish: upload our builds to the app center (already done, have multiple builds in there) AND have it be uploaded to both the Google Play Console and the App Store Connect.

The main question I have is: What are the values that can be used for 'destinations' when we are trying to upload to a store and not a group of testers within AppCenter? Can anyone help me with this I would REALLY appreciate it, thank you so much in advance!

Looper Store name not found build output

from fastlane-plugin-appcenter.

MikhailSuendukov avatar MikhailSuendukov commented on May 22, 2024

Hi @jwilber99 which fastlane plugin version do you use?

from fastlane-plugin-appcenter.

jwilber99 avatar jwilber99 commented on May 22, 2024

Hello @MikhailSuendukov thank you so much for responding. I am using version 2.0.0 for 'fastlane-plugin-appcenter'. Should I be using a different version?

Screenshot 2023-02-09 at 9 26 56 AM

from fastlane-plugin-appcenter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.