{"id":50071349,"url":"https://github.com/PGYER/fastlane-plugin-pgyer","last_synced_at":"2026-06-05T00:00:46.762Z","repository":{"id":56845856,"uuid":"79628646","full_name":"PGYER/fastlane-plugin-pgyer","owner":"PGYER","description":"Distribute app to pgyer beta testing service with fastlane!","archived":false,"fork":false,"pushed_at":"2025-12-02T02:37:09.000Z","size":54,"stargazers_count":65,"open_issues_count":4,"forks_count":31,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-01-13T07:55:12.948Z","etag":null,"topics":["fastlane","pgyer","pgyer-plugin"],"latest_commit_sha":null,"homepage":"http://www.pgyer.com","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PGYER.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-01-21T06:33:20.000Z","updated_at":"2025-12-02T02:37:13.000Z","dependencies_parsed_at":"2025-09-14T00:26:28.379Z","dependency_job_id":"5a62a628-2fd4-42d7-9d93-bd81739c39cb","html_url":"https://github.com/PGYER/fastlane-plugin-pgyer","commit_stats":{"total_commits":27,"total_committers":5,"mean_commits":5.4,"dds":0.5925925925925926,"last_synced_commit":"333a66621d1bb57691571b4c80e40443b1ccc85c"},"previous_names":["shishirui/fastlane-plugin-pgyer"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/PGYER/fastlane-plugin-pgyer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PGYER%2Ffastlane-plugin-pgyer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PGYER%2Ffastlane-plugin-pgyer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PGYER%2Ffastlane-plugin-pgyer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PGYER%2Ffastlane-plugin-pgyer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PGYER","download_url":"https://codeload.github.com/PGYER/fastlane-plugin-pgyer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PGYER%2Ffastlane-plugin-pgyer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33924832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fastlane","pgyer","pgyer-plugin"],"created_at":"2026-05-22T03:00:37.335Z","updated_at":"2026-06-05T00:00:46.754Z","avatar_url":"https://github.com/PGYER.png","language":"Ruby","funding_links":[],"categories":["Mobile Development"],"sub_categories":[],"readme":"# pgyer plugin\n\n[![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-pgyer)\n## Important Notifications\n\n- Since pgyer has migrated the API domain name, Please update the plugin to the latest version (\u003e= 0.2.6) to avoid uploading failures.\n\n## Getting Started\n\nThis project is a [fastlane](https://github.com/fastlane/fastlane) plugin. To get started with `fastlane-plugin-pgyer`, add it to your project by running:\n\n```bash\nfastlane add_plugin pgyer\n```\n\n## About pgyer\n\nThis pluginin allow you distribute app automatically to [pgyer beta testing service](https://www.pgyer.com) in fastlane workflow.\n\n## How to update pgyer plugin to the latest version\n\n**Due to the adjustment of the API interface, please ensure that the plugin version is at least `0.2.4`**\n\nPlan A: update all plguins (Recommended)\n\n\n```bash\nfastlane update_plugins\n```\n\nPlan B: update pgyer plugin only\n\nmodify `fastlane/Pluginfile`, update the following line:\n\n```ruby\ngem 'fastlane-plugin-pgyer', \"\u003e= 0.2.4\" # ensure plugin version \u003e= 0.2.4\n```\n\nand run `bundle install` at the root of your fastlane project to update gemfile.lock\n\n## Plugin avaliable options\n\nplease visit [https://github.com/shishirui/fastlane-plugin-pgyer/blob/master/lib/fastlane/plugin/pgyer/actions/pgyer_action.rb#L135-L205](https://github.com/shishirui/fastlane-plugin-pgyer/blob/master/lib/fastlane/plugin/pgyer/actions/pgyer_action.rb#L135-L205) to know the options.\n\n\n## Example\n\nCheck out the [example `Fastfile`](fastlane/Fastfile) to see how to use this plugin. Try it by cloning the repo, running `fastlane install_plugins` and `bundle exec fastlane test`.\n\nJust specify the `api_key` associated with your pgyer account.\n\n```\nlane :beta do\n  gym\n  pgyer(api_key: \"7f15xxxxxxxxxxxxxxxxxx141\")\nend\n```\n\nYou can also set a password to protect the App from being downloaded publicly:\n\n```\nlane :beta do\n  gym\n  pgyer(api_key: \"7f15xxxxxxxxxxxxxxxxxx141\", password: \"123456\", install_type: \"2\")\nend\n```\n\nSet a version update description for App:\nacd88a1a52f0818dc7923150c4d86f08\n```\nlane :beta do\n  gym\n  pgyer(api_key: \"7f15xxxxxxxxxxxxxxxxxx141\", update_description: \"update by fastlane\")\nend\n```\n\n\nIf the upload is successful, you will get information about the app after it is uploaded, which is returned from the API interface app/buildinfo . You can pass it to other plugins, or export it to the terminal for use by other scripts:\n\n```ruby\nlane :beta do\n  gym\n  answer = pgyer(api_key: \"xxxxxx\")\n  puts answer\n  # terminal outputs like this if uploaded successfully\n  # {\"buildKey\"=\u003e\"xxxx\", \"buildType\"=\u003e\"2\", \"buildIsFirst\"=\u003e\"0\", \"buildIsLastest\"=\u003e\"1\", \"buildFileKey\"=\u003e\"xxx.apk\", \"buildFileName\"=\u003e\"\", \"buildFileSize\"=\u003e\"111111\", \"buildName\"=\u003e\"testApk\", \"buildVersion\"=\u003e\"0.11.0\", \"buildVersionNo\"=\u003e\"13\", \"buildBuildVersion\"=\u003e\"10\", \"buildIdentifier\"=\u003e\"com.pgyer.testapk\", \"buildIcon\"=\u003e\"xxxx\", \"buildDescription\"=\u003e\"\", \"buildUpdateDescription\"=\u003e\"\", \"buildScreenshots\"=\u003e\"\", \"buildShortcutUrl\"=\u003e\"xxxxxxx\", \"buildCreated\"=\u003e\"2023-04-04 11:33:24\", \"buildUpdated\"=\u003e\"2023-04-04 11:33:24\", \"buildQRCodeURL\"=\u003e\"https://www.pgyer.com/app/qrcodeHistory/xxxxxx\", \"fastlaneAddedWholeVisitUrl\"=\u003e\"https://www.pgyer.com/xxxxxx\"}\n  puts \"url = #{answer[\"fastlaneAddedWholeVisitUrl\"]}\"\n\n  # terminal outputs like this if uploaded successfully\n  # url = https://www.pgyer.com/xxxxxx\n\n  # More information please visit https://www.pgyer.com/doc/view/api#fastUploadApp to check API \"https://www.pgyer.com/apiv2/app/buildInfo\"\n\nend\n```\n\n\nHAP file upload\n\npgyer supports hap file to upload, use params hap to specify the absolute file path.\n\n  ```ruby\n lane :beta do\n  gym\n  pgyer(api_key: \"7f15xxxxxxxxxxxxxxxxxx141\", hap: \"xxxx\")\nend\n  ```\n\n  or in bash\n```bash\nfastlane run pgyer api_key:7f15xxxxxxxxxxxxxxxxxx141 hap:xxx.hap\n```\n\n\n\nAnd more params\n\n```\n\npassword: Set password to protect app.\n\nupdate_description: Set update description for app.\n\ninstall_type: Set install type for app (1=public, 2=password, 3=invite), Please set as a string.\n\ninstall_date: Set install type for app (1=Set valid time, 2=Long-term effective, other=Do not modify the last setting), Please set as a string.\n\ninstall_start_date: The value is a string of characters, for example, 2018-01-01.\n\ninstall_end_date: The value is a string of characters, such as 2018-12-31.\n\nchannel: Need to update the specified channel of the download short link, can specify only one channel, string type, such as: ABCD. Specifies channel uploads. If you do not have one, do not use this parameter.\n\nuser_download_file_name: The name of the file downloaded by the user, the string type, such as: test.apk.\n\nsave_uploaded_info_json: (true or false, default to false) Whether to save the information returned by the API interface to a json file.\n\n\n\n```\n## Run tests for this plugin\n\nTo run both the tests, and code style validation, run\n\n```\nrake\n```\n\nTo automatically fix many of the styling issues, use\n```\nrubocop -a\n```\n\n## Issues and Feedback\n\nFor any other issues and feedback about this plugin, please submit it to this repository.\n\n## Troubleshooting\n\nIf you have trouble using plugins, check out the [Plugins Troubleshooting](https://docs.fastlane.tools/plugins/plugins-troubleshooting/) guide.\n\n## Using `fastlane` Plugins\n\nFor more information about how the `fastlane` plugin system works, check out the [Plugins documentation](https://docs.fastlane.tools/plugins/create-plugin/).\n\n## About `fastlane`\n\n`fastlane` is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out [fastlane.tools](https://fastlane.tools).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPGYER%2Ffastlane-plugin-pgyer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPGYER%2Ffastlane-plugin-pgyer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPGYER%2Ffastlane-plugin-pgyer/lists"}