Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>When ever your app is open you want to post the <code>receipt-data</code> and <code>password</code> to the apple server.</p> <p>It returns with a <code>STATUS</code> :</p> <ul> <li><p>if status is <code>0</code> subscription is auto renewed.</p></li> <li><p>if status is <code>21000</code> The App Store could not read the JSON object you provided.</p></li> <li><p>if status is <code>21002</code> The data in the receipt-data property was malformed.</p></li> <li><p>if Status is <code>21003</code> The receipt could not be authenticated.</p></li> <li><p>if status is <code>21004</code> The shared secret you provided does not match the shared secret on file for your account.</p></li> <li><p>if Status is <code>21005</code> The receipt server is not currently available.</p></li> <li><p>if status is <code>21006</code> 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.</p></li> <li><p>if status is <code>21007</code> This receipt is a sandbox receipt, but it was sent to the production service for verification.</p></li> <li><p>if status is <code>21008</code> This receipt is a production receipt, but it was sent to the sandbox service for verification. </p></li> </ul> <p><a href="https://developer.apple.com/library/ios/releasenotes/General/ValidateAppStoreReceipt/Chapters/ValidateRemotely.html#//apple_ref/doc/uid/TP40010573-CH104-SW5" rel="nofollow">Refer this link for auto renewable subscriptions.</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.
 

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