I have some In App Products in my application to buy. Yesterday things were fine but today i have some troubles. I receive list of all my products but localizedTitle
and localizedDescription
are nil
(while price
and priceLocale
are OK).
I know that something like this happened before and it was Apple's fault. nil localizedTitle in SKProduct
However today I've got message from Apple about all of my In-App Purchases: "In-App Purchases have been returned and are highlighted in the table below". All of them still have status:Waiting For Review.
And now I'm wondering if getting nil
from localizedTitle
is connected with some Apple's bug or maybe it's my fault and I can do something with this.
I've found solution at devforums.apple.com
Basically it appeared that each product language had status rejected (while product had status waiting for review). Adding new language to each product solves problem.