Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

Support developer payload #108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ascorbic
Copy link

@ascorbic ascorbic commented Feb 8, 2017

Google Play IAP v3 allows a developer payload string to be set when making a purchase. This string is then available when the purchase or subscription is returned through the API. This pull request adds support for this to the plugin.

https://developer.android.com/google/play/billing/billing_best_practices.html#payload

@coveralls
Copy link

Coverage Status

Coverage remained the same at 86.111% when pulling 05416d0 on ascorbic:developer-payload into f4ebe4a on AlexDisler:master.

@haninaguib
Copy link

Please merge this. It is very useful.

try {
sku = args.getString(0);
if (args.length > 1) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be args.length() for everyone running in the error.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants