jnbt / candy_check

Check and verify in-app receipts
MIT License
125 stars 71 forks source link

Implement the playstore acknowledge purchases methods. #48

Open tbem opened 4 years ago

tbem commented 4 years ago

It would be nice to can acknowledge purchases into the play store, with the acknowledge_purchase_product and acknowledge_purchase_subscription methods available on the AndroidPublisherService.

jnbt commented 4 years ago

@tbem This is indeed a good idea especially for non-consumable in-app purchases.

Feel free to send a PR for this task.

/cc @christophweegen

gerard-morera commented 4 years ago

Hi! I have a PR that should fix this issue.

henrikholm89 commented 3 years ago

When will this actually be released? It seems like I have to fork the repo to get this feature right?

jnbt commented 3 years ago

@henrikholm89 A new gem version 0.3.0 was released yesterday by @christophweegen

iduuck commented 3 years ago

@jnbt Sadly, acknowledging a subscription is not included in 0.3.0, if it is not in your stash, I would be glad to try to help with this issue.