Post not yet marked as solved
We tried purchasing auto-renew subscription with and without free trial. Some times renewal does not happen in Sandbox after 5 mins. We checked the latest receipt even after 2-3 days, still there was no receipt. What can be the reason?
Post not yet marked as solved
Does Apple provide an API to get pricing info of a product, configured under inapp purchase feature. (for auto renewable subscription)
Post not yet marked as solved
"latest_receipt_info" is missing from Receipt when fetched from Apple servers using verifyReceipt endpoint.Can anyone explaimn when can this arise, and what is the reason behind this. We see significant amount of the trxn resulting in this.Here is one such receipt.{ "receipt": { "receipt_type": "Production", "adam_id": "******", "app_item_id": "******", "bundle_id": "com.****.***.****", "application_version": "2.3.1", "download_id": "******", "version_external_identifier": "*******", "receipt_creation_date": "2019-06-19 16:15:05 Etc/GMT", "receipt_creation_date_ms": "1560960905000", "receipt_creation_date_pst": "2019-06-19 09:15:05 America/Los_Angeles", "request_date": "2019-06-20 08:45:52 Etc/GMT", "request_date_ms": "1561020352231", "request_date_pst": "2019-06-20 01:45:52 America/Los_Angeles", "original_purchase_date": "2019-06-19 16:15:05 Etc/GMT", "original_purchase_date_ms": "1560960905000", "original_purchase_date_pst": "2019-06-19 09:15:05 America/Los_Angeles", "original_application_version": "2.3.1", "in_app": [] }, "status": 0, "environment": "Production"}This is for Mac App Store. So i don't think that it is a old receipt (like iOS 6). Also it came while our QE was performing the test.
Post not yet marked as solved
how many times does apple try to send notifications for auto-renewal subscriptions if the listening service(webhook) is down for sometime.And also for how long? like a day, 2 days or else?Send HTTP 50x or
40x to have the App Store retry the notification if the post was not successful. The App Store makes several attempts to retry the notification over a period of time but eventually stops after continued failed attempts.
They have not specified it anywhere.
Post not yet marked as solved
As per Apple documentations, It is clear that a user can take the introductory price(free trial) only once for an auto-renewal subscription (only once in a subscription group as well).What if, as a business user, we want to allow our users to take the free trial again, say after an update in app or after we added few extra features and want users to test it out.Please let me know if it is possible to reset free trial for all users of a subscription. Or is it possible for users to take free-trial more than once