laravel-in-app-purchases icon indicating copy to clipboard operation
laravel-in-app-purchases copied to clipboard

Validate products and subscription receipts. Handle subscription lifecycle.

Results 24 laravel-in-app-purchases issues
Sort by recently updated
recently updated
newest added

This PR is re-open #105. The business logic associated with the AppGallery was separated into a separate package in the same way as with Google Play and the App Store....

Changes requested
Stale

**What?** The return type of _getProviderRepresentation_ method is incorrectly defined in _SubscriptionContract.php_. _AppStoreSubscription.php_ defines variable _receipt_ to be type of _ReceiptInfo_ ``` class AppStoreSubscription implements SubscriptionContract { /** * @var...

When handled and go ahead to get details of. subscription, in Catch block ```

bug

Contracts/SubscriptionContract.php `/** * @return mixed|SubscriptionPurchase|ReceiptResponse */ public function getProviderRepresentation();` Subscriptions/AppStoreSubscription.php retern Imdhemy\AppStore\ValueObjects\ReceiptInfo ` public function getProviderRepresentation() { return $this->receipt; } `

bug

Please, Can you add payment through Huawei To Huawei Devices

Feature request
Pinned

I have a project developed using yii2. How to use the package in Yii2?

enhancement

**Describe the bug** Can't find pub/sub information to validade purchases. **To Reproduce** Steps to reproduce the behavior: 1. Purchase a newsubscription or product using google IAP in react native 2....

bug

Hello guys. Can anyone share his/her experience about going to production?

**Describe the bug** When i try to get subscription payment status which is already cancel. Google response with null value in paymentState filed. and when i try to get this...

bug

Can you make package support App Store notificationType version 2? https://developer.apple.com/documentation/appstoreservernotifications/notificationtype

enhancement