Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Subscription pingback

Simbul edited this page Feb 27, 2013 · 2 revisions

When a user subscribes to your Newsstand Baker app, Baker will send a pingback to the URL specified in the PURCHASE_CONFIRMATION_URL constant in Constants.h.

The pingback will be a POST request with a body containing the subscription receipt that Baker received from the App Store.

See Baker Server API for more information on the format of the call.

See Verifying Store Receipts in the Apple In-App Purchase Programming Guide for more details on what to do with the receipt.