[Resolved] mulit-langugae iap, I only see English no other langugaes.

  1. I added Russian language for each iap purchase in itunes connect.
  2. I have switched my iphone region to Russia
  3. I have switched the language to Russian
  4. I have switched the keyboard interface to Russian
  5. I have set up the CFBundleLocalizations to support Russian
  6. gameCenter is in Russian and works.
  7. unpackValidProducts () // validProducts are only english
  8. iap purchase pop-ups(confirm purchase, you’ve already purchased this) are all in English
  9. following code all shows Russian for devices settings
print('\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*')  
print(system.getPreference("ui", "language"))  
print(system.getPreference("locale", "country"))  
print(system.getPreference("locale", "identifier"))  
print(system.getPreference("locale", "language"))  
print('\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*')  

Iap purchase works perfectly, nice and easy to implement ,however how can i test different languages set up in itunes connect for iap purchases.

[import]uid: 89663 topic_id: 32253 reply_id: 332253[/import]

okay the problem was that i needed to make a new test user in itunes connect and ‘select i tunes store Russia.’ [import]uid: 89663 topic_id: 32253 reply_id: 128351[/import]

okay the problem was that i needed to make a new test user in itunes connect and ‘select i tunes store Russia.’ [import]uid: 89663 topic_id: 32253 reply_id: 128351[/import]