An open API service indexing awesome lists of open source software.

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

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 :)

[![paypal](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/jasonz1987/6.66)