Skip to content
#

in-app-purchase

Here are 101 public repositories matching this topic...

laravel-in-app-purchases
lahivee
lahivee commented Jan 5, 2021

Hi!

first off thank you for this amazing package!

I have an idea for improvement to prevent possible future issues:

I suggest storing all server notifications and receipt validations in a DB table in case we need to resolve customer issues in the future as a backup.

There may be errors with our application or anything else, and this could potentially save us a lot of troubles in the fu

([Swift] https://github.com/dgynfi/DYFStore) A lightweight and easy-to-use iOS library for In-App Purchases (Objective-C). DYFStoreKit uses blocks and notifications to wrap StoreKit, provides receipt verification and transaction persistence and doesn't require any external dependencies.

  • Updated May 9, 2021
  • Objective-C
ay1man4
ay1man4 commented Aug 1, 2021

Hi,

Thank you for this easy to use and updated library.
I followed implementation guide. Billing service is connected but I did not receive any events like "onProductsFetched" if one of the provide sku Id lists is empty.

Use case:

  • App query SKU ID List (Consumable, Non-Consumbable and Subscription) automatically from a web service.
  • App sets SUK ID lists during connecting to

Improve this page

Add a description, image, and links to the in-app-purchase topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the in-app-purchase topic, visit your repo's landing page and select "manage topics."

Learn more