I’m moving my new subscription service to revenuecat.
The way current system works is this:
1. User makes purchase from either iOS or stripe
2. if purchased on iOS, entry is created on DB with app_user_id & purchase id
3. Receive webhooks from apple/stripe and use that to give user premium
I have a couple concerns:
- Do I need to use
syncPurchases
? I don’t see how it makes sense if a customer has purchased through stripe - With receipt forwarding, older versions of my app don’t send receipts, just user id and purchase id. Your create purchase endpoint requires the full base64 receipt, what can I do?
- For migrating, I don’t have the base64 encoded receipt file, just the unencoded purchase details