Pgyer internal test distribution service is a leading mobile application internal test distribution platform in China, dedicated to providing easy-to-use App internal test distribution services for mobile developers and test users.
Pgyer Developer Service Platform is committed to providing excellent upstream and downstream services for developers, addressing the various needs of developers throughout the developer life cycle.
Scan QR code to follow
Pgyer WeChat Official Account
Get the latest news, official benefits, promotions and other information
Pgyer document center
Fastlane is an automated build tool for iOS and Android developers, It can help developers to package, sign, test, publish, organize information, submit App Store and other work to complete the connection, to achieve a fully automated workflow, if used properly, can significantly improve the development efficiency of developers.
To enable Fastlane users to integrate Fastlane's automated workflow with PGYER, we've made the PGYER plugin for Fastlane available. The plugin is very simple to use, and after installing the plugin, the App generated by Fastlane packaging can be automatically uploaded to PGYER.
In the terminal, enter the following command to install PGYER's fastlane plug-in.
fastlane add_plugin pgyer
Wait for a few seconds, if the following message appears, it indicates that the installation is successful:
! fastlane
Before we can use Fastlane, we first need to initialize Fastlane in our project. First go to your App's development directory and execute the following command to initialize Fastlane:
fastlane init
After executing the above command, Fastlane will automatically generate the 'fastlane' directory in the App directory, which will have the Fastlane configuration file 'fastlane/Fastfile', here, we use vim to open:
vim ./fastlane/Fastfile
Then, we find the workflow (action) we are using and add the configuration information of the PGYER plugin after the build_app directive. For example:
lane :beta do
build_app(export_method: "ad-hoc")
pgyer(api_key: "7f15xxxxxxxxxxxxxxxxxx141")
end
Attention:
api_key
please developers under their account
application management
-
App overview
-
API
can be found, and the replacement to the corresponding position of the above.With this configuration, you can use Fastlane to package your App and automatically upload it to PGYER. In the terminal, locate the project directory and enter the following command:
fastlane beta
In the case of success, you can see something like the following:
You can also set the password when the App is uploaded to PGYER:
lane :beta do
build_app(export_method: "ad-hoc")
pgyer(api_key: "7f15xxxxxxxxxxxxxxxxxx141", password: "123456", install_type: "2")
end
Set the description for a version update:
lane :beta do
build_app(export_method: "ad-hoc")
pgyer(api_key: "7f15xxxxxxxxxxxxxxxxxx141", update_description: "update by fastlane")
end
About Us
Product Services
Your account information is under review and can not be used temporarily; you can:
Check out the help documentation for common ways to work on the Pgyer's platform;
Check Pgyer's App Auditing , which must be viewed before uploading.
Currently, the real-name authentication has not been completed, and the number of downloads for each version is limited to 0 times/day, After real-name authentication, it can be extended to 500 times/day
TestFlight is only available to Professional users.(Click understand pgyer's price plan)
支付成功
Pgyer VIP User Group
(Please open WeChat - Sweep and join the group chat)