Is There A Way To Get Notified When Someone Makes An In-App Purchase?

后端 未结 4 1778
星月不相逢
星月不相逢 2021-02-19 01:22

I\'d like to be notified when someone makes an In-App Purchase in my App rather than wait until the next day to check iTunes Connect to see wether or not I had any sales.

<
4条回答
  •  -上瘾入骨i
    2021-02-19 02:24

    I record all IAP purchases to table in Parse.com. It is really easy to push all of the data from an IAP receipt up to parse. I am also doing non-renewable subscriptions and I use parse to sync the data between a user's device since StoreKit does not automatically do that for non renewable subscriptions.

提交回复
热议问题