ios - Not all in-apps payments enrolled -


i using in-apps purchases in ios application, using flurry analytics control different user events. have 1 event after

- (void) completetransaction: (skpaymenttransaction *)transaction 

and can check how many purchases made ​​daily. problem is: in analytics have 6-8 payments daily, in apple account (in sales->in-apps) see few of them (5 payments 8 logged, example). ideas why payments missing? maybe in-apps hack or else?

not sure in-app hack. below 1 possible scenario if in-app purchase kind of non-consumable.

  • user had purchased in-app & after deleting application if re-install & again in-app purchase think not displayed on apple account(in sales->in-apps).

Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -