Giter Club home page Giter Club logo

Comments (4)

RomanZhilich avatar RomanZhilich commented on June 27, 2024

Do you use proguard? I haven't update docs, you have to add AIDL services to proguard-rules if you do.
If you don't... Then it's something bad

from opfiab.

Lakedaemon avatar Lakedaemon commented on June 27, 2024

I'm using proguard (damn 65k method limits :/ ... any non trivial app that uses libraries suffers from it).

I don't have any experience with AIDL, I tried adding
-keep class org.onepf.oms.IOpenAppstore {;}
-keep class org.onepf.oms.IOpenInAppBillingService {
;}

but it didn't do the trick. What should I add to my proguard rules for it to work ?

from opfiab.

RomanZhilich avatar RomanZhilich commented on June 27, 2024

Try this:

-keepattributes InnerClasses
-keep class org.onepf.oms.** {*;}

damn 65k method limits

Yea, you can try Multidex but it still kinda sux.

from opfiab.

Lakedaemon avatar Lakedaemon commented on June 27, 2024

It worked, thanks. I'm closing the issue
By the way : your work with openIAB and now opfIAB is superb. I like the new clean api...
I'll test openIAB in production with Google/Samsung/Amazon/some open stores with my next publication (next month)
And also, I tried multidex (had multidex on debug and proguard on release) but It slowed builds so much I removed it (especially since, with kotlin M12 my build tends to take 5mins :/)

from opfiab.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.