forked from Simbul/baker
-
Notifications
You must be signed in to change notification settings - Fork 101
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.