Skip to content
Discussion options

You must be logged in to vote

Hi @sameededitz
Let’s break down how to handle two main cases: receipt validation and subscription lifecycle. I’ll use the App Store as an example, but the same applies to Google Play.

Receipt Validation

When a user makes a purchase on your mobile app, the app should send the receipt to your backend. To validate the receipt, you can follow this guide: Laravel In-App Purchases Documentation - App Store.

Subscription Lifecycle

First, you need to set up server notifications. Then, for each notification, you need to implement a handler to handle the event you want to support.

I hope this helps!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sameededitz
Comment options

Answer selected by sameededitz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants