https://github.com/jasonz1987/ionic-bugly-sdk-demo
bugly sdk cordova plugin demo
https://github.com/jasonz1987/ionic-bugly-sdk-demo
android-crash-reporting anr bugly cordova-plugin crash-reporting exception-handling ionic-plugin
Last synced: about 1 year ago
JSON representation
bugly sdk cordova plugin demo
- Host: GitHub
- URL: https://github.com/jasonz1987/ionic-bugly-sdk-demo
- Owner: jasonz1987
- License: apache-2.0
- Created: 2018-08-03T12:26:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T06:26:44.000Z (almost 8 years ago)
- Last Synced: 2025-03-29T11:04:24.444Z (about 1 year ago)
- Topics: android-crash-reporting, anr, bugly, cordova-plugin, crash-reporting, exception-handling, ionic-plugin
- Language: TypeScript
- Size: 1.7 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ionic-Bugly-Sdk-Demo
Ionic demo project for [cordova-plugin-bugly-sdk](https://github.com/jasonz1987/cordova-plugin-bugly-sdk)
[中文文档](README_CN.md)
# Install
```shell
git clone https://github.com/jasonz1987/ionic-bugly-sdk-demo
```
```shell
cd ionic-bugly-sdk-demo
```
```shell
ionic cordova platform add ios
```
```shell
ionic cordova platform add android
```
*replace your own appid from bugly website*
```shell
cordova plugin add cordova-plugin-bugly-sdk --variable ANDROID_APPID=xxx --variable IOS_APPID=xxx
```
```shell
ionic cordova platform run android
```
```shell
ionic cordova platform run ios
```
# Donate
If this project help you reduce time to develop, you can give me a cup of coffee :)
[](https://www.paypal.me/jasonz1987/6.66)