A nice tool for mobile pay without Wechat or Ali sdk.
安卓开发者都应该有一个属于自己的APP发布到市场,可以完善自己的技术站之外,加入广告,还可以有一份小收入。 但是这个年代,各家的应用市场是不欢迎带广告sdk的个人开发者应用的。还好我们可以用插件技术加入广告sdk,或者直接想一种方面实现打赏功能,让用户通过支付宝或微信转账到自己账户。
- 支付宝和微信二维码
- 解析支付宝二维码内容后缀字符(直接转账用)
- 引入MimiPay项目
dependencies {
compile 'com.canking.minipay:minipay:1.0.2'
}
MiniPayUtils.setupPay(this, config);
- v1.0.0:实现基本项目功能
- v1.0.1:优化微信捐赠方式二维码保存
- v1.0.2: 1.抽出捐赠sdk,上传Bintray。 2.优化Demo UI。
- v1.0.3: 1.Demo上传Google Play 2.发布项目技术细节博客
- v1.0.5: 1.修改安卓N手机微信二维码保存逻辑。 2.优化捐赠方式提醒。
Copyright 2017 CankingApp
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.