I have migrated functioning in-app purchasing code from iOS to OSX but this function is never called:
- (void)paymentQueue:(SKPaymentQueue *)queue updatedTransactions:(NSArray *)transactions
I have:
- created a new version of the app in iTunes Connect. It is in "Waiting for Upload" state;
- created an in-app purchase item (non-consumable) in iTunes Connect. It is in "Ready to Submit" state;
- created a test user;
- checked the console, but messages don't seem related to the in-app purchase;
- the code includes [[SKPaymentQueue defaultQueue] addTransactionObserver:self];
What else have I missed to do or check ?