Purchase View Shows on App start without adding payments to queue.

Hi.

I'm working on an App that sells subscriptions.

The problem: 
Sometimes when the App starts it opens the native purchase popup automatically for no reason.

It only supposes to open it when I'm adding a payment to the queue.
Like this:
Code Block
        SKPayment *payment = [SKPayment paymentWithProduct:product];
        [[SKPaymentQueue defaultQueue] addPayment:payment];


I've checked anywhere in the code and I never call it on the application start.

What can cause it?
Thanks.

I have the same problem... Testing in-app / subscriptions is hell
Purchase View Shows on App start without adding payments to queue.
 
 
Q