Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Just for those who may find it helpful. I noticed that apple has updated the In App Purchasing Guide with some status code that are for the auto renewable subscription purchases but seem to apply here as well. </p> <ul> <li>21000 The App Store could not read the JSON object you provided.</li> <li>21002 The data in the receipt-data property was malformed. </li> <li>21003 The receipt could not be authenticated. </li> <li>21004 The shared secret you provided does not match the shared secret on file for your account.</li> <li>21005 The receipt server is not currently available. </li> <li>21006 This receipt is valid but the subscription has expired. When this status code is returned to your server, the receipt data is also decoded and returned as part of the response. </li> <li>21007 This receipt is a sandbox receipt, but it was sent to the production service for verification.</li> <li>21008 This receipt is a production receipt, but it was sent to the sandbox service for verification.</li> </ul> <p><strong>Important:</strong> The non-zero status codes here apply only when recovering information about a auto-renewable subscription. Do not use these status codes when testing responses for other kinds of products. (Really?)</p> <p>I hope this helps as a reference. I got nailed with 21007.</p> <p>List of status codes on Apple's website: <a href="https://developer.apple.com/library/ios/releasenotes/General/ValidateAppStoreReceipt/Chapters/ValidateRemotely.html" rel="nofollow">https://developer.apple.com/library/ios/releasenotes/General/ValidateAppStoreReceipt/Chapters/ValidateRemotely.html</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload