Discussions
What does mean Content Hosting with Apple for in-app purchases
I’m using app store connect during a few years, but never ask myself what does mean Content Hosint with Apple for in-app purchases? 😄
Is latest_receipt_info contains elements in reversed order?
Hello everyone
Following Apple documentation to use latest_receipt_info
. I am pursuing a renewable subscription status. So my flow is pretty simple:
Send request to App Store Connect for validate IAP
Parse json
Get array from latest_receipt_info
Server-side receipt validation for ios in-app purchases
I use a client-side receipt validation for my app and want to move to the server-side receipt validation to check permissions and provide access to my premium content from the server. What is the best way to do that?
Sandbox and production URL while testing my app (reject by the app review team)
I have in-app purchases (consumable) in my game and when the payment is successful, the receipt is forwarding to the server to validate the receipt. It works well when I test it in the sandbox.
In-app purchases issue. iOS + Flutter
I’m building an app with in-app purchases (subscriptions) and stuck with implementing and testing using the in_app_purchase 0.3.5+1 flutter package https://pub.dev/packages/in_app_purchase
Apple has rejected my in-app purchases
I need to add new In-app purchases to my app which is already on the App Store. I have created in-app products in iTunes Connect and testing in the sandbox - it works well. But apple tester is saying he can not make a purchase.
The receipt server is not currently available: 21005
I see the error
21005: The receipt server is not currently available
That’s realy requiere verify purchases on the server side or i can verify receipt on clide?
Looking for the Google Docs I found that I should verify purchase on server side. Based on that info I started to research and found Qonversion. That’s make my life realy easy, but actually, that’s require to verify on server side purchases?
Get sample for Apple Receipt json
Hi guys. My name is Salion. I'm a backend engineer.
I want to reduplicate Apple Receipt verification behavior on my backend side. Sorry, but I don’t have any experience on iOS. Could anyone provide some samples for receipt data. Or just say the way to get a sample.