Dear friends

Currently our small team doesn't have enough time to support and develop the project. I hope in the nearest future we will continue the work. Thank you!

OPFIab

Android Arsenal

OPFIab is a next step from OpenIAB. It's an Android library intended to make in-app billing integration easy while supporting multiple billing providers (Appstores).

Dependencies

Library is designed to be extensible and cosists of separate modules.

Add core dependency:

  dependencies {
    compile 'de.greenrobot:eventbus:2.4.0'
    compile 'org.onepf:opfutils:x.x.x'
    compile 'org.onepf:opfiab:x.x.x@aar'
  }

Or grab our latest release.

You'll also whant to add one or few BillingProvider modules. Check supported providers for details.

Documentation

Full documentaion is available on our wiki.

Samples

FAQ

How is this library different from OpenIAB? Why should I bother migrating?

OPFIab is an attempt to implement universal, extensible billing library that OpenIAB should've been from the start.

Unfortunately OpenIAB has some fundamental flaws.

It carries heavy burden of legacy architecture from Google's IabHelper it was initially based on. It adopted unfinished concept of OpenStores and encapsulated a lot of different app stores in one bundle which made it really difficult to maintain.

Most notable advantages for using OPFIab:

Thanks

License

Copyright 2012-2015 One Platform Foundation

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.