Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Billing Library v2 #910

Closed
wants to merge 4 commits into from
Closed

Android Billing Library v2 #910

wants to merge 4 commits into from

Conversation

j3k0
Copy link
Owner

@j3k0 j3k0 commented Aug 15, 2019

Rewrite for Android using the Billing Library V2.

To test it:

# 1: Uninstall the plugin (if already installed)
# 2: Install from github
cordova plugin add "https://github.com/j3k0/cordova-plugin-purchase.git#android_billing_library_v2"

@j3k0
Copy link
Owner Author

j3k0 commented Aug 16, 2019

developerPayload is now supported + some related features.

Check developerPayload, applicationUsername and developerName here: https://github.com/j3k0/cordova-plugin-purchase/blob/39bd84a880bd19281ad5b8d720bc9123ccc13110/doc/api.md#storedeveloperpayload

@j3k0
Copy link
Owner Author

j3k0 commented Aug 16, 2019

I've used some niceties of Java, which rise the cordova-android requirements to version 7 (it won't compile with cordova-android@6.4) However, since Google now require apps to support API Level 28, I don't think it makes sense to keep support for cordova-android < 8 anyway (cf https://cordova.apache.org/docs/en/latest/guide/platforms/android/#requirements-and-support).

What do you think?

@j3k0 j3k0 mentioned this pull request Aug 16, 2019
@j3k0
Copy link
Owner Author

j3k0 commented Aug 18, 2019

Merged into #911

@j3k0 j3k0 closed this Aug 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant