Skip to content

painfull usage without android iap #32

@qeepcologne

Description

@qeepcologne

usage without android.billingclient is very painfull (and undocumented):
first i had to ignore in proguard-rules.pro to compile the app:
-dontwarn com.android.billingclient.api.**
then fix app initialization error via adding empty dummy inteface
android/app/src/main/java/com/android/billingclient/api

package com.android.billingclient.api;

public interface PurchasesUpdatedListener {
}

i can't understand that optional feature has these hard depency.
(issue is not new, i tested with 1.5.0 and 1.6.0).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions