RxIAPv3

Android In-App Billing Library which provides several Rx Methods for Purchasing, Consuming and Listing Products

Лицензия

Лицензия

Группа

Группа

com.github.pavlospt
Идентификатор

Идентификатор

rxiapv3
Последняя версия

Последняя версия

1.2.1
Дата

Дата

Тип

Тип

aar
Описание

Описание

RxIAPv3
Android In-App Billing Library which provides several Rx Methods for Purchasing, Consuming and Listing Products
Ссылка на сайт

Ссылка на сайт

https://github.com/pavlospt/RxIAPv3
Система контроля версий

Система контроля версий

https://github.com/pavlospt/RxIAPv3

Скачать rxiapv3

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.pavlospt/rxiapv3/ -->
<dependency>
    <groupId>com.github.pavlospt</groupId>
    <artifactId>rxiapv3</artifactId>
    <version>1.2.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pavlospt/rxiapv3/
implementation 'com.github.pavlospt:rxiapv3:1.2.1'
// https://jarcasting.com/artifacts/com.github.pavlospt/rxiapv3/
implementation ("com.github.pavlospt:rxiapv3:1.2.1")
'com.github.pavlospt:rxiapv3:aar:1.2.1'
<dependency org="com.github.pavlospt" name="rxiapv3" rev="1.2.1">
  <artifact name="rxiapv3" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pavlospt', module='rxiapv3', version='1.2.1')
)
libraryDependencies += "com.github.pavlospt" % "rxiapv3" % "1.2.1"
[com.github.pavlospt/rxiapv3 "1.2.1"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
com.bluelinelabs : logansquare jar 1.3.6
io.reactivex : rxandroid jar 1.2.1
io.reactivex : rxjava jar 1.1.10
com.github.orhanobut » hawk jar 1.20
com.android.support » support-annotations jar 23.3.0

Модули Проекта

Данный проект не имеет модулей.

Circle CI Android Arsenal Download

RxIAPv3

Android In-App Billing Library which provides several Rx Methods for Purchasing, Consuming and Listing Products Based on the initial work of Anjlab (https://github.com/anjlab/android-inapp-billing-v3).

This library provides the existing functionality of Anjlab's initial work and as well a lot of helper methods that let you extract more information on the workflow of a purchase or a consume. It also uses Hawk (https://github.com/orhanobut/hawk) for the needs of caching products purchased and data of the purchases.

This project is open to a lot of modifications to be better. I will try fixing a lot of things as the time goes by. I am also open to any pull request that can help the project :)

How To Install

This library is available on MavenCentral and on Bintray as well. All you need to do is add the following dependency on your application's build.gradle file.

compile 'com.github.pavlospt:rxiapv3:1.2.1'

How To Use

Check the Wiki Page of the Library for instructions on how to use it.

Credits

Author : Pavlos-Petros Tournaris (p.tournaris@gmail.com)

Google+ : +Pavlos-Petros Tournaris

Facebook : Pavlos-Petros Tournaris

LinkedIn : Pavlos-Petros Tournaris

(In case you use this in your app let me know to make a list of apps that use it! )

Library Credits

Hawk Library : Hawk

Anjlab's Initial Library : Anjlab IAB v3

License

Copyright 2015 Pavlos-Petros Tournaris

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.

Версии библиотеки

Версия
1.2.1
1.2
1.1
1.0