Explicit iTunes login at 'restoreCompletedTransactions'

When my app runs for the first time, it calls `SKPaymentQueue.restoreCompletedTransaction` to retrieve old purchases.


The app is not yet submitted, and when I run it from XCode, it starts with explicit login to iTunes Store (asking to enter id and password)


Will the app request explicit login when downloaded from AppStore, or it will log in automatically?

Accepted Reply

It will require a recent login before executing a restoreCompletedTransactions.

Replies

It will require a recent login before executing a restoreCompletedTransactions.

>Will the app request explicit login when downloaded from AppStore


Yes. The user will be required to authenticate themselves in that example.