Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

lvdaqian/fastlane-buggly

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
2 Commits
 
 
 
 
 
 

Repository files navigation

fastlane-buggly

A fastlane action to upload the dSYM file to buggly which is a crash analyze system.

Note: This project is still in development.

Installation

Clone the repo. and copy the fastlane folder to your project root folder.

Basic usage

Just add the action upload_to_buggly to your lanes.

sample code:

lane :beta do
	increment_build_number 
	gym
	upload_to_buggly(appId:your_buggly_app_id,
					appKey:your_buggly_app_key)
end

You can found your buggly app id and app key when you register your app in buggly. For more infomation about buggly see: https://bugly.qq.com

You can also set the buggly app id and app key in the Appfile.

Appfile:

app_identifier "xxx.xxx.xxxx" # The bundle identifier of your app
apple_id "xxxx@xxxx.com" # Your Apple email address

buggly_app_id "your_buggly_app_id"
buggly_app_key "your_buggly_app_key"

More Reference can be shown by following command.

fastlane action upload_to_buggly

About

A fastlane action to upload the dSYM file to buggly which is a crash analyze system.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.