LocalizedTitle in the iOS app with In-App Purchases

app-store-connect

I'm writing an iOS application and since yesterday i have problem with in App purchases. I receive list of products but localizedTitle and localizedDescription are nil.

I've read that about 2 years ago some people had similar problems and it was Apple's fault.

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.

So I'm wondering if it is possible that because of returning products i'm receiving 'nil' or is this (again) something wrong with apple?

Can I do something to fix it?

Best Answer

I've found solution at devforums.apple.com

https://devforums.apple.com/message/966757#966757

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.